diff options
author | P. 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) |
commit | 15e40f4010034b0b550a17e6572cd7eb941a06b3 (patch) | |
tree | 26ff232a94314d070c6a3adedecc9cb2463b1a41 | |
parent | a1ffa59e136ba6ed554535ebf164de15ffe0cae8 (diff) |
Makefile.am: Add prokit_SOURCES to sources
sources is used in the todo target
-rw-r--r-- | Makefile.am | 1 |
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) \ |