summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-20 12:58:59 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-20 12:58:59 -0400
commit31d4c8add58ab4e137de154eff7f8f86096f38dc (patch)
tree3342dec8b81d5e64623e5818c5a3499836e0804d
parentd8e6d66b3f47b32fac5ee690aad8089c0ab293b9 (diff)
Fix dist-check
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/polkitagent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index 733da72..d2fc9c8 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -107,7 +107,7 @@ install-exec-hook:
-chown root $(DESTDIR)$(libexecdir)/polkit-agent-helper-1
-chmod 4755 $(DESTDIR)$(libexecdir)/polkit-agent-helper-1
-EXTRA_DIST = polkitagentmarshal.list
+EXTRA_DIST = polkitagentmarshal.list polkitagentenumtypes.h.template polkitagentenumtypes.c.template
dist-hook :
(for i in $(marshal_built_sources) $(BUILT_SOURCES) ; do rm -f $(distdir)/$$i ; done)