summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-27 19:09:31 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-27 19:09:31 (EST)
commit8b2b5b277d2225aabcc691bdcefe58f21382ec7f (patch)
treee4787f36b77861e47c5f635f9dc3891cf9a7c2c4 /lib
parentb732112c8e1b99ade1c89fa51ec1683fae05b21c (diff)
Switch to using GNU Autoconf and Automake.
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem/local.mk2
-rw-r--r--lib/local.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem/local.mk b/lib/buildsystem/local.mk
index 76cf972..bacf27d 100644
--- a/lib/buildsystem/local.mk
+++ b/lib/buildsystem/local.mk
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-pkglibbuildsystem_srcs = \
+pkgdatabuildsystem_sources = \
lib/buildsystem/autoconf.sh \
lib/buildsystem/kbuild.sh \
lib/buildsystem/make.sh
diff --git a/lib/local.mk b/lib/local.mk
index 0f7c62d..53a3ff8 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-pkglib_srcs = \
+pkgdata_sources = \
lib/load.sh \
lib/common.sh \
lib/output.sh \