summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-19 14:14:33 +0000
committerPixel <Pixel>2001-11-19 14:14:33 +0000
commite9b67be232643791e278a909b2acf193ff1a0225 (patch)
treeabbf8db4480e5f92d13ea60b39b74638b52c508a
parent3f720784d55707024fff675a5238fde0168d1a40 (diff)
Some small changes
-rw-r--r--configure.in1
-rw-r--r--src/Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 84832b9..040a095 100644
--- a/configure.in
+++ b/configure.in
@@ -37,6 +37,7 @@ AC_PROG_MAKE_SET
AC_CANONICAL_HOST
AM_PROG_LIBTOOL
AC_PROG_YACC
+AM_PROG_GCJ
dnl Setting up environnement.
ALL_LINGUAS="fr"
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