libreccm-legacy/tools/scripts/pkg/conf/resin/Makefile.am

11 lines
204 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
scriptsdir = $(pkgdatadir)/pkg/conf/resin
scripts_SCRIPTS = $(wildcard *.conf.in)
EXTRA_DIST = $(scripts_SCRIPTS)
# End of files