diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am index f845f853..b7b05520 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -1,11 +1,10 @@ gamesdir = $(prefix)/games -AM_CFLAGS = @SDL_CFLAGS@ -I../textscreen -I../src -DINSTALL_DIR="\"$(gamesdir)\"" +AM_CFLAGS = -I../textscreen -I../src -DINSTALL_DIR="\"$(gamesdir)\"" games_PROGRAMS = chocolate-setup -chocolate_setup_LDADD = ../textscreen/libtextscreen.a @LDFLAGS@ @SDL_LIBS@ SOURCE_FILES = \ compatibility.c compatibility.h \ configfile.c configfile.h \ @@ -32,6 +31,8 @@ else chocolate_setup_SOURCES=$(SOURCE_FILES) endif +chocolate_setup_LDADD = ../textscreen/libtextscreen.a @LDFLAGS@ + .rc.o: $(WINDRES) $^ -o $@ %.o : %.rc |