diff options
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r-- | setup/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |