From 9b82240ce738b923dda26344ede0e24bb35548a5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Dec 2015 23:26:42 -0500 Subject: Makefile.am: s/_SCRIPTS/_sources/ in prokit_SOURCES definition --- 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)" \ -- cgit v0.9.1