Don't include Polkit-1.0.gir in the dist tarball
authorMichael Biebl <biebl@debian.org>
Mon, 31 Aug 2009 23:38:28 +0000 (01:38 +0200)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 17:38:39 +0000 (13:38 -0400)
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>
src/polkit/Makefile.am

index f4d8a23..4b41f4e 100644 (file)
@@ -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 :