diff options
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 3f188ad0cc..8e7eb6211d 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -98,6 +98,8 @@ gdk_built_public_sources = \ gdkenumtypes.h gdk_built_private_headers = \ + gdkprivate.h \ + gdkwindowimpl.h \ gdkalias.h gdk_c_sources = \ @@ -133,7 +135,8 @@ gdk_c_sources = \ gdkscreen.c \ gdkselection.c \ gdkvisual.c \ - gdkwindow.c + gdkwindow.c \ + gdkwindowimpl.c gdk_built_sources = \ gdkaliasdef.c \ |