13 lines
274 B
Makefile
Executable File
13 lines
274 B
Makefile
Executable File
# Process with automake
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
|
|
|
|
scriptsdir = $(pkgdatadir)/pkg/conf
|
|
scripts_SCRIPTS = system.conf-resin.in system.conf-tomcat4.in system.conf-tomcat4-win2k.in
|
|
|
|
SUBDIRS = resin tomcat4
|
|
|
|
EXTRA_DIST = $(scripts_SCRIPTS)
|
|
|
|
# End of files
|