diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:22:50 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 124cf96850bb985633d727ab4b08a0609db7c332 (patch) | |
tree | f2e3be396f325bc4cbda97ee134262c0bfc268aa /gdk/Makefile.am | |
parent | 66f7c3a5622e5eacafa70b076bbfa7457f2c0345 (diff) | |
download | gtk+-124cf96850bb985633d727ab4b08a0609db7c332.tar.gz |
x11: Split out public window API into gdkx11window.h
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index d7e13741e7..f35b349d02 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -215,7 +215,8 @@ x11_introspection_files = \ x11/gdkxid.c \ x11/xsettings-client.c \ x11/xsettings-common.c \ - x11/gdkx.h + x11/gdkx.h \ + x11/gdkx11window.h GdkX11-3.0.gir: libgdk-3.0.la Gdk-3.0.gir Makefile GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk |