summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitacc192b6e89f610e262bc67273a5e337b6dffa47 (patch)
tree49e4251242b1a2450d7bd0439470e86cca7f7d67
parent03212bb9bad7cf4b6112f653eb14e6bb54857e74 (diff)
Makefile.am: Drop bin_sources and pkgdata*_sources
-rw-r--r--Makefile.am11
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) \