libreccm-legacy/tools-legacy/tools/etc/ccm-tools/Makefile.am

10 lines
182 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
etcdir = $(sysconfdir)/$(PACKAGE)
etc_SCRIPTS = $(wildcard *.sh)
EXTRA_DIST = $(etc_SCRIPTS)
# End of files