libreccm-legacy/tools/devel/template/custom/etc/Makefile.am

11 lines
207 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
templatedir = $(pkgdatadir)/template/::appname::/etc
template_DATA = enterprise.init.in
EXTRA_DIST = $(template_DATA)
# End of file