diff options
Diffstat (limited to 'textscreen')
-rw-r--r-- | textscreen/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textscreen/examples/Makefile.am b/textscreen/examples/Makefile.am index 001416c5..f6d247ea 100644 --- a/textscreen/examples/Makefile.am +++ b/textscreen/examples/Makefile.am @@ -3,9 +3,9 @@ AM_CFLAGS = @SDL_CFLAGS@ -I.. -I../../src noinst_PROGRAMS=guitest calculator -guitest_LDADD = @LDFLAGS@ @SDL_LIBS@ ../libtextscreen.a +guitest_LDADD = ../libtextscreen.a @LDFLAGS@ @SDL_LIBS@ guitest_SOURCES = guitest.c -calculator_LDADD = @LDFLAGS@ @SDL_LIBS@ ../libtextscreen.a +calculator_LDADD = ../libtextscreen.a @LDFLAGS@ @SDL_LIBS@ calculator_SOURCES = calculator.c |