From e9b67be232643791e278a909b2acf193ff1a0225 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 19 Nov 2001 14:14:33 +0000 Subject: Some small changes --- configure.in | 1 + src/Makefile.am | 4 ++++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3