summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ff7f55..4e790cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,13 +4,13 @@ localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
AM_CFLAGS = -O3 -Wall -Wstrict-prototypes
AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes
-INCLUDES = -I../include -I$(includedir)
+INCLUDES = -I.. -I../include -I$(includedir)
bin_PROGRAMS = Baltisot
-noinst_JAVA = TestApplet.java
+#noinst_JAVA = TestApplet.java
-JAVAROOT = datas
+#JAVAROOT = datas
Baltisot_SOURCES = Main.cc