summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 00:22:58 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 00:22:58 (EST)
commit15e40f4010034b0b550a17e6572cd7eb941a06b3 (patch)
tree26ff232a94314d070c6a3adedecc9cb2463b1a41 /Makefile.am
parenta1ffa59e136ba6ed554535ebf164de15ffe0cae8 (diff)
Makefile.am: Add prokit_SOURCES to sources
sources is used in the todo target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f1e7d92..baf8fe3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ uninstall_dirs = \
'$(DESTDIR)$(pkglocalstatedir)/mount' \
'$(DESTDIR)$(pkglocalstatedir)'
sources = \
+ $(prokit_SOURCES) \
$(locale_sources) \
$(man1_sources) \
$(man8_sources) \