summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)" \