[gtk+/native-layout] Separate private from public gdk headers



commit 7c0624aa921606d5a36174023037ceadca27e02b
Author: Johan Dahlin <johan gnome org>
Date:   Wed Dec 9 16:47:00 2009 -0200

    Separate private from public gdk headers
    
    We don't want to parse the private gdk headers when
    creating the GIR.

 gdk/Makefile.am |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index ec1f2c4..37a5b8f 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -102,6 +102,11 @@ gdk_built_public_sources =			\
 gdk_built_private_headers =			\
 	gdkalias.h
 
+gdk_private_headers =   \
+	gdkinternals.h \
+	gdkpoly-generic.h	\
+	gdkregion-generic.h
+
 gdk_c_sources =                 \
 	$(medialib_sources)     \
 	gdk.c			\
@@ -118,8 +123,6 @@ gdk_c_sources =                 \
 	gdkgc.c			\
 	gdkglobals.c		\
 	gdkimage.c		\
-	gdkinternals.h  	\
-	gdkintl.h		\
 	gdkkeys.c		\
 	gdkkeyuni.c		\
 	gdkoffscreenwindow.c	\
@@ -127,11 +130,9 @@ gdk_c_sources =                 \
 	gdkpixbuf-drawable.c	\
 	gdkpixbuf-render.c	\
 	gdkpixmap.c		\
-	gdkpoly-generic.h	\
 	gdkpolyreg-generic.c	\
 	gdkrectangle.c		\
 	gdkregion-generic.c	\
-	gdkregion-generic.h	\
 	gdkrgb.c		\
 	gdkscreen.c		\
 	gdkselection.c		\
@@ -155,7 +156,8 @@ gdkincludedir = $(includedir)/gtk-2.0/gdk
 gdkinclude_HEADERS = $(gdk_public_h_sources) $(gdk_built_public_sources)
 
 common_sources =                \
-	$(gdk_c_sources)	\
+	$(gdk_private_headers)      \
+    $(gdk_c_sources)	\
 	gdkenumtypes.c		\
 	gdkmarshalers.c		\
 	gdkmarshalers.h



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