[poppler] glib/Makefile.am

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Tue Jul 8 01:30:16 PDT 2014


 glib/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 805ff76112ebfd57276ea78f1f0891abc61a6c03
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Mon Apr 11 16:26:11 2011 -0500

    Do not dist gir_DATA
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=621611 for rationale.

diff --git a/glib/Makefile.am b/glib/Makefile.am
index 040996a..21ac4c7 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -107,10 +107,10 @@ Poppler_0_18_gir_EXPORT_PACKAGES = poppler-glib
 INTROSPECTION_GIRS += Poppler-0.18.gir
 
 girdir = $(datadir)/gir-1.0
-dist_gir_DATA = $(INTROSPECTION_GIRS)
+gir_DATA = $(INTROSPECTION_GIRS)
 
 typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
-CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 endif #HAVE_INTROSPECTION


More information about the poppler mailing list