libreccm-legacy/tools-legacy/tools/server/tomcat/lib/Makefile.am

11 lines
203 B
Makefile
Executable File

# 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