libreccm-legacy/tools-legacy/tools/server/resin/bin/Makefile.am

14 lines
253 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
scriptsdir = $(pkgdatadir)/server/resin/bin
scripts_SCRIPTS = resin-conf-gen
EXTRA_DIST = $(scripts_SCRIPTS)
check-local:
perl -I ../../../lib -c resin-conf-gen
# End of files