diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:52:49 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:07 -0500 |
commit | dd177b5201d2a718d7a684031cf22bc34ff1893c (patch) | |
tree | 86d6c5903ef9db91bd0a0aee1f44c916e80e5268 /gdk/Makefile.am | |
parent | ebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437 (diff) | |
download | gtk+-dd177b5201d2a718d7a684031cf22bc34ff1893c.tar.gz |
x11: Move atom API into gdkx11property.h
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index ad795efb4d..2a460e2924 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -218,6 +218,7 @@ x11_introspection_files = \ x11/gdkx.h \ x11/gdkx11cursor.h \ x11/gdkx11display.h \ + x11/gdkx11property.h \ x11/gdkx11screen.h \ x11/gdkx11selection.h \ x11/gdkx11visual.h \ |