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