From 32762cc65dffd9c9e0733c968d609613b7e0e5a5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 24 Feb 2007 02:19:45 +0000 Subject: Fix library ordering for libtextscreen.a; fixes windows compile. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 841 --- setup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup') diff --git a/setup/Makefile.am b/setup/Makefile.am index f4c37cce..76120822 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -5,7 +5,7 @@ AM_CFLAGS = @SDL_CFLAGS@ -I../textscreen -I../src -DINSTALL_DIR="\"$(gamesdir)\" games_PROGRAMS = chocolate-setup -chocolate_setup_LDADD = @LDFLAGS@ @SDL_LIBS@ ../textscreen/libtextscreen.a +chocolate_setup_LDADD = ../textscreen/libtextscreen.a @LDFLAGS@ @SDL_LIBS@ SOURCE_FILES = \ compatibility.c compatibility.h \ configfile.c configfile.h \ -- cgit v1.2.3