diff options
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 801719d9ac..3413076249 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -96,9 +96,18 @@ gdk_built_public_sources = \ gdkenumtypes.h gdk_private_headers = \ - gdkinternals.h \ + gdkapplaunchcontextprivate.h \ + gdkdevicemanagerprivate.h \ gdkdeviceprivate.h \ - gdkintl.h + gdkdisplaymanagerprivate.h \ + gdkdisplayprivate.h \ + gdkdndprivate.h \ + gdkscreenprivate.h \ + gdkinternals.h \ + gdkintl.h \ + gdkkeysprivate.h \ + gdkvisualprivate.h \ + gdkpoly-generic.h gdk_c_sources = \ gdk.c \ |