diff options
author | Benjamin Otte <otte@redhat.com> | 2013-02-19 15:37:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-02-19 15:38:08 +0100 |
commit | 0ed47e1bb7be4a722ebe9006b65f6f49fc9e819a (patch) | |
tree | c23349a697a363346853b752324be12d7ffbb1a7 /gdk/Makefile.am | |
parent | 316658803349c4236dbe7f531278a5c2684db2c6 (diff) | |
download | gtk+-0ed47e1bb7be4a722ebe9006b65f6f49fc9e819a.tar.gz |
x11: Fix introspection build
File removal in bb4953f3e8e102264a82ea4938b7813b85320b22 wasn't checked
in here.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 7b40c5ffd7..2cd935379b 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -236,7 +236,6 @@ x11_introspection_files = \ x11/gdkxftdefaults.c \ x11/gdkxid.c \ x11/xsettings-client.c \ - x11/xsettings-common.c \ x11/gdkx.h \ x11/gdkx11cursor.h \ x11/gdkx11display.h \ |