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

11 lines
201 B
Makefile
Executable File

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