Build jar file for java classes. Added dist target.

This commit is contained in:
bringert
2004-06-22 11:56:24 +00:00
parent 9b0d136d71
commit 142a4a3235
6 changed files with 46 additions and 4 deletions

View File

@@ -1,6 +1,12 @@
# GF configuration file. configure will produce config.mk from this file
# @configure_input@
PACKAGE_VERSION = @PACKAGE_VERSION@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
bindir = @bindir@
libdir = @libdir@
INSTALL = @INSTALL@