summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--installers/local.mk2
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 98a2ed9..b55f926 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ include $(top_srcdir)/lib/package/local.mk
include $(top_srcdir)/man/local.mk
include $(top_srcdir)/locale/local.mk
include $(top_srcdir)/tests/local.mk
+include $(top_srcdir)/installers/local.mk
MANUAL = ProteanOS Development Kit Manual
@@ -37,6 +38,8 @@ pkgdatapackage_SCRIPTS = $(pkgdatapackage_sources:.sh=.sm)
man1_MANS = $(man1_sources:.1in=.1)
man8_MANS = $(man8_sources:.8in=.8)
locale_MESSAGES = $(locale_sources:.sh=.ms)
+installers = $(installers_sources:.sh=)
+noinst_SCRIPTS = $(installers)
noinst_DATA = $(locale_MESSAGES) .builddirstamp
CLEANFILES = \
$(bin_SCRIPTS) \
@@ -47,6 +50,7 @@ CLEANFILES = \
$(man1_MANS) \
$(man8_MANS) \
$(locale_MESSAGES) \
+ $(installers) \
.builddirstamp
pkgdatacmddir = $(pkgdatadir)/cmd
pkgdataprofiledir = $(pkgdatadir)/profile
@@ -67,7 +71,8 @@ sources = \
$(locale_sources) \
$(TESTS) \
tests/common.sh \
- tests/parse_control.common.sh
+ tests/parse_control.common.sh \
+ $(installers_sources)
EXTRA_DIST = \
autogen.sh \
$(sources) \
diff --git a/installers/local.mk b/installers/local.mk
new file mode 100644
index 0000000..0bccdce
--- /dev/null
+++ b/installers/local.mk
@@ -0,0 +1,2 @@
+installers_sources = \
+ installers/pc.sh