diff options
author | pixel <pixel> | 2003-12-22 23:58:23 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-22 23:58:23 +0000 |
commit | aa73772b1c58fed81f22972f4a22b4fbfa8e3ce2 (patch) | |
tree | d4a1a4090ac997162ddfd9215d43b01a5a61a9e7 /src | |
parent | 8c80d85f8f61f649767cc936cccbc44572d9693d (diff) |
Whoops, bug fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a2693d4..77ce6da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CPPFLAGS = -Wall -Wstrict-prototypes @SDL_CFLAGS@ @BALTISOT_CFLAGS@ INCLUDES = -I.. -I../include -I$(includedir) -noinst_PROGRAMS = test +# noinst_PROGRAMS = test test_SOURCES = test.cc |