libreccm-legacy/tools-legacy/scripts/pkg/bin/tomcat4/Makefile.am

11 lines
212 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
scriptsdir = $(pkgdatadir)/pkg/bin/tomcat4
scripts_SCRIPTS = $(wildcard *.sh.in *.cmd.in)
EXTRA_DIST = $(scripts_SCRIPTS)
# End of files