# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
profiledir = $(sysconfdir)/$(PACKAGE)/project.d
profile_SCRIPTS = $(wildcard *.sh)
EXTRA_DIST = $(profile_SCRIPTS)
# End of file