# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
jarsdir = $(pkgdatadir)/lib
jars_DATA = *.jar
EXTRA_DIST = $(jars_DATA)
# End of files