]> Pileus Git - ~andy/gtk/commitdiff
Don't install private headers
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2010 23:28:01 +0000 (19:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2010 23:28:01 +0000 (19:28 -0400)
gdk/Makefile.am

index 21b296c654b722ffc9a64c5ee155a28cf7b5887f..0138aa0127001fb4ac2d1d18b4de1563735a8603 100644 (file)
@@ -79,7 +79,6 @@ gdk_public_h_sources =                                \
        gdkcursor.h                             \
        gdkdevice.h                             \
        gdkdevicemanager.h                      \
-       gdkdeviceprivate.h                      \
        gdkdisplay.h                            \
        gdkdisplaymanager.h                     \
        gdkdnd.h                                \
@@ -112,10 +111,11 @@ gdk_built_public_sources =                        \
 gdk_built_private_headers =                    \
        gdkalias.h
 
-gdk_private_headers =   \
-       gdkinternals.h \
-       gdkintl.h \
-    gdkpoly-generic.h  \
+gdk_private_headers =                          \
+       gdkinternals.h                          \
+       gdkdeviceprivate.h                      \
+       gdkintl.h                               \
+       gdkpoly-generic.h                       \
        gdkregion-generic.h
 
 gdk_c_sources =                 \