# 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