diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 17:36:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 17:36:50 -0500 |
commit | fcbfa053477812956d58b2cadc6cfd430ccd55dd (patch) | |
tree | 9281f6f697ccac65ff1c0cabe95e36d95300abc6 /gdk/Makefile.am | |
parent | 3ca69937f4c76d1ca0f1d22971598e2fcf3c4b6a (diff) | |
download | gtk+-fcbfa053477812956d58b2cadc6cfd430ccd55dd.tar.gz |
Drop no-longer-existing header from Makefile
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 8841f8031d..684df0a04d 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -106,8 +106,7 @@ gdk_private_headers = \ gdkinternals.h \ gdkintl.h \ gdkkeysprivate.h \ - gdkvisualprivate.h \ - gdkpoly-generic.h + gdkvisualprivate.h gdk_c_sources = \ gdk.c \ |