diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-22 00:05:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-22 00:05:37 +0200 |
commit | 64ca679e695ac0c3adb7baa61286367647693373 (patch) | |
tree | ad08003064cc2916358c3a95b366dd8620a4139d | |
parent | 8c6db8336536916d0476ff8233e0abf40a2f6aab (diff) |
build-sys: fix make distcheck
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ae83c4a44b..6cdacbe02b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ EXTRA_DIST = \ LICENSE \ README \ DISTRO_PORTING \ - src/systemd.pc.in + systemd.pc.in if TARGET_FEDORA dist_systemunit_DATA += \ @@ -540,7 +540,8 @@ CLEANFILES = \ units/session/remote-fs.target \ units/session/exit.service \ man/systemd.special.7 \ - man/systemd.special.html + man/systemd.special.html \ + systemd.pc if HAVE_VALAC CLEANFILES += \ |