From 64ca679e695ac0c3adb7baa61286367647693373 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Jun 2010 00:05:37 +0200 Subject: [PATCH] build-sys: fix make distcheck --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ae83c4a44..6cdacbe02 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 += \ -- 2.30.2