[gtk+/native-layout] [build] Include all target source files



commit 087ff5f2203ef5abfb8740dc609a3613d7187785
Author: Johan Dahlin <johan gnome org>
Date:   Mon Feb 22 17:26:24 2010 -0300

    [build] Include all target source files
    
    Include all target source files when buildin the gir
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610701

 gdk/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index e1cd8c7..4742ea9 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -198,7 +198,8 @@ introspection_files = \
 		$(gdk_public_h_sources) \
 		$(gdk_c_sources) \
         gdkenumtypes.c \
-        gdkenumtypes.h
+        gdkenumtypes.h \
+        $(wildcard $(srcdir)/$(gdktarget)/*.c)
 
 Gdk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf
 Gdk_2_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0



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