[libgdata] build: Fix paths referencing introspection.m4 in Makefile.am



commit 56490d4db4cf8b7fdfa84aa0b583da908ec21a10
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Feb 26 00:04:05 2013 +0000

    build: Fix paths referencing introspection.m4 in Makefile.am
    
    This is a follow-up to commit
    1d58568969ce533bf92870b378937057e95fe0c2.

 Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dbd8ca9..4e8f3d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -483,7 +483,7 @@ INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --warn-all
 INTROSPECTION_COMPILER_ARGS =
 DISTCHECK_CONFIGURE_FLAGS += --enable-introspection
-EXTRA_DIST += introspection.m4
+EXTRA_DIST += m4/introspection.m4
 
 if HAVE_INTROSPECTION
 gdata/GData- GDATA_API_VERSION_MAJOR@  GDATA_API_VERSION_MINOR@.gir: gdata/libgdata.la
@@ -511,9 +511,6 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 CLEANFILES += $(gir_DATA) $(typelib_DATA)
 
-DISTCHECK_CONFIGURE_FLAGS += --enable-introspection
-EXTRA_DIST += introspection.m4
-
 if ENABLE_VAPIGEN
 -include $(VAPIGEN_MAKEFILE)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]