From e6930f353ba8afc1e197bf4d81111aa36da7ee9c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 1 Sep 2009 01:38:28 +0200 Subject: [PATCH 4/4] 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. --- src/polkit/Makefile.am | 2 +- 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 : -- 1.6.3.3