summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 21:54:49 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 21:54:49 (EST)
commit198146200ac0e2ff624706f18cc12b749fcef439 (patch)
tree13f80412a6e67518ec9c12842c30c97d97a1685c
parentc223ec68d616195df49e3b797d2d8c853bcdcbe8 (diff)
Makefile.am: Link prokit with shld
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 153d337..6f351d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,6 +29,16 @@ include $(top_srcdir)/tests/local.mk
MANUAL = ProteanOS Development Kit Manual
+bin_PROGRAMS = prokit
+prokit_SOURCES = \
+ $(bin_SCRIPTS) \
+ $(pkgdata_SCRIPTS) \
+ $(pkgdatacmd_SCRIPTS) \
+ $(pkgdataprofile_SCRIPTS) \
+ $(pkgdatapackage_SCRIPTS)
+prokit_LDADD = $(prokit_SOURCES:.sh=.sm)
+prokit_LINK = '$(srcdir)/tools/shld.sh' -I '$(SH)' -o $@ config.sh
+
bin_SCRIPTS = $(bin_sources:.sh=)
pkgdata_SCRIPTS = $(pkgdata_sources:.sh=.sm)
pkgdatacmd_SCRIPTS = $(pkgdatacmd_sources:.sh=.sm)