# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
jarsdir = $(pkgdatadir)/server/tomcat/lib
jars_SCRIPTS = bootstrap.jar catalina.jar
EXTRA_DIST = $(jars_SCRIPTS)
# End of files