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

11 lines
209 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
scriptsdir = $(pkgdatadir)/server/tomcat/conf
scripts_SCRIPTS = $(wildcard server*.in)
EXTRA_DIST = $(scripts_SCRIPTS)
# End of files