diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-12-04 22:31:15 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-12-04 22:31:15 +0100 |
commit | 07fafe7b23028f0ed127efaf9b9a1aab1ef9b4dc (patch) | |
tree | cda23d1347a219a207dd8b1737f9005c3cb3cb8f /gdk/Makefile.am | |
parent | 80f332308f584311998ee24f18389e204170b7c1 (diff) | |
parent | 144c3fd4782a1f25fe207329e060661cb31d2c37 (diff) | |
download | gtk+-07fafe7b23028f0ed127efaf9b9a1aab1ef9b4dc.tar.gz |
Merge branch 'master' into broadway
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index f222a96315..eadfc81fe5 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -21,7 +21,6 @@ EXTRA_DIST += \ gdkkeysyms-update.pl \ gdk.def \ gdkmarshalers.list \ - gdkmedialib.h \ gdkwindowimpl.h \ makeenums.pl \ makefile.msc \ @@ -55,13 +54,6 @@ LDADD = \ $(no_undefined) \ $(LIBTOOL_EXPORT_OPTIONS) -if USE_MEDIALIB -medialib_sources = \ - gdkmedialib.c -else -medialib_sources = -endif - # # setup source file variables # @@ -79,7 +71,6 @@ gdk_public_h_sources = \ gdkdisplay.h \ gdkdisplaymanager.h \ gdkdnd.h \ - gdkdrawable.h \ gdkevents.h \ gdkinput.h \ gdkkeys.h \ @@ -111,7 +102,6 @@ gdk_private_headers = \ gdkpoly-generic.h gdk_c_sources = \ - $(medialib_sources) \ gdk.c \ gdkapplaunchcontext.c \ gdkcairo.c \ @@ -122,7 +112,6 @@ gdk_c_sources = \ gdkdisplay.c \ gdkdisplaymanager.c \ gdkdnd.c \ - gdkdraw.c \ gdkevents.c \ gdkglobals.c \ gdkkeys.c \ @@ -206,7 +195,6 @@ x11_introspection_files = \ x11/gdkdevice-xi.c \ x11/gdkdisplay-x11.c \ x11/gdkdnd-x11.c \ - x11/gdkdrawable-x11.c \ x11/gdkeventsource.c \ x11/gdkeventtranslator.c \ x11/gdkgeometry-x11.c \ |