# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
SUBDIRS = etc pdl src sql web
templatedir = $(pkgdatadir)/template/::appname::
template_DATA = application.xml .cvsignore
EXTRA_DIST = $(template_DATA)
# End of file