summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-09-01 01:38:28 +0200
committerDavid Zeuthen <davidz@redhat.com>2009-09-13 13:38:39 -0400
commit85e630528417abbf4e5f00e539bdf8dc5037d661 (patch)
treed7933348ba2a3536a4235a301d5dee1a0acbaa23
parent898c8cad6fa50ad4187ebdb63e742c767ae6591a (diff)
downloadpolkit-85e630528417abbf4e5f00e539bdf8dc5037d661.tar.gz
Don't include Polkit-1.0.gir in the dist tarball
Polkit-1.0.gir is a generated file and only built with --enable-instrospection. So remove it from EXTRA_DIST, otherwise "make dist" fails with --disable-introspection. Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/polkit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am
index f4d8a23..4b41f4e 100644
--- a/src/polkit/Makefile.am
+++ b/src/polkit/Makefile.am
@@ -169,7 +169,7 @@ Polkit-1.0.typelib: Polkit-1.0.gir $(G_IR_COMPILER)
endif # ENABLE_INTROSPECTION
-EXTRA_DIST = Polkit-1.0.gir polkitenumtypes.h.template polkitenumtypes.c.template
+EXTRA_DIST = polkitenumtypes.h.template polkitenumtypes.c.template
CLEANFILES = $(gir_DATA) $(typelibs_DATA)
dist-hook :