diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:50:02 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:50:02 (EST) |
commit | acc192b6e89f610e262bc67273a5e337b6dffa47 (patch) | |
tree | 49e4251242b1a2450d7bd0439470e86cca7f7d67 | |
parent | 03212bb9bad7cf4b6112f653eb14e6bb54857e74 (diff) |
Makefile.am: Drop bin_sources and pkgdata*_sources
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index c47500c..cc553f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,12 +33,6 @@ include $(top_srcdir)/man/local.mk include $(top_srcdir)/locale/local.mk include $(top_srcdir)/tests/local.mk -prokit_SOURCES += \ - $(bin_sources) \ - $(pkgdata_sources) \ - $(pkgdatacmd_sources) \ - $(pkgdataprofile_sources) \ - $(pkgdatapackage_sources) prokit_SHPPFLAGS = \ -DPKGDATADIR="$(pkgdatadir)" \ -DLOCALEDIR="$(localedir)" \ @@ -60,11 +54,6 @@ uninstall_dirs = \ '$(DESTDIR)$(pkglocalstatedir)/mount' \ '$(DESTDIR)$(pkglocalstatedir)' sources = \ - $(bin_sources) \ - $(pkgdata_sources) \ - $(pkgdatacmd_sources) \ - $(pkgdataprofile_sources) \ - $(pkgdatapackage_sources) \ $(man1_sources) \ $(man8_sources) \ $(locale_sources) \ |