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

13 lines
231 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
SUBDIRS = custom
templatedir = $(pkgdatadir)/template
template_DATA = .cvsignore ant.properties.in project.xml
EXTRA_DIST = $(template_DATA)
# End of file