diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 009e685..3e9c84e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,10 @@ INCLUDES = -I. -I.. -I$(includedir) -I../include bin_PROGRAMS = Baltisot +noinst_JAVA = HelloSwingApplet.java + +JAVAROOT = datas + Baltisot_SOURCES = Main.cc LDADD = ../lib/libBaltisot.la |