summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 23:26:42 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:26:42 (EST)
commit9b82240ce738b923dda26344ede0e24bb35548a5 (patch)
tree2e6f906dd3dc7f85a676f21e4722f1a68b4844b8
parentec706fd01b5682e41e5d22fb34300f67c450802c (diff)
Makefile.am: s/_SCRIPTS/_sources/ in prokit_SOURCES definition
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index b47d1ba..833818a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,11 +31,11 @@ MANUAL = ProteanOS Development Kit Manual
bin_PROGRAMS = prokit
prokit_SOURCES = \
- $(bin_SCRIPTS) \
- $(pkgdata_SCRIPTS) \
- $(pkgdatacmd_SCRIPTS) \
- $(pkgdataprofile_SCRIPTS) \
- $(pkgdatapackage_SCRIPTS)
+ $(bin_sources) \
+ $(pkgdata_sources) \
+ $(pkgdatacmd_sources) \
+ $(pkgdataprofile_sources) \
+ $(pkgdatapackage_sources)
prokit_SHPPFLAGS = \
-DPKGDATADIR="$(pkgdatadir)" \
-DLOCALEDIR="$(localedir)" \