[gir-repository] Avoid a couple of vte/babl errors



commit 8bedfa216b0a00a682fdf053e6f0acbfb77a8862
Author: Johan Dahlin <johan gnome org>
Date:   Thu Dec 31 15:16:56 2009 +0100

    Avoid a couple of vte/babl errors

 gir/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index b82ee5b..89d0821 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -438,7 +438,8 @@ Vte-1.0.gir: $(VTE_GIR_DEPS)
              --pkg gtk+-2.0 \
              --pkg vte \
              --output $@ \
-             $(VTE_INCLUDEDIR)/vte/*.h
+             -DVTE_COMPILATION \
+	     $(VTE_INCLUDEDIR)/vte/*.h
 BUILT_GIRSOURCES += Vte-1.0.gir
 endif
 
@@ -852,7 +853,8 @@ Babl-0.0.gir: $(INTROSPECTION_SCANNER)
 	    --libtool="$(LIBTOOL)" \
             --output $@ \
             --pkg babl \
-            $(BABL_INCLUDEDIR)/babl/*.h
+            -D_BABL_H \
+	    $(BABL_INCLUDEDIR)/babl/*.h
 BUILT_GIRSOURCES += Babl-0.0.gir
 endif BUILD_BABL
 



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