diff options
author | pixel <pixel> | 2002-12-06 18:56:46 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-06 18:56:46 +0000 |
commit | 99447043a97d4b54cfdf3c44d5866a5d59268c43 (patch) | |
tree | d757ccfc7d3c4a7b22343fe3ff0ee5eb6f0d626c /src | |
parent | e3e6c1d7688b350046fe3fe7c862f3b3a8c879c9 (diff) |
Commit of the day.
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 e923faa..1754324 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes -g AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes -g INCLUDES = -I.. -I../include -I$(includedir) -bin_PROGRAMS = Baltisot +noinst_PROGRAMS = Baltisot #noinst_JAVA = TestApplet.java |