diff options
author | Benjamin Otte <otte@redhat.com> | 2010-11-22 18:24:24 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-12-02 20:21:02 +0100 |
commit | b3bca70d5b4f9e6c9449c78859179d509d5e0903 (patch) | |
tree | e678b1fbe280c9157aa94fcbd91dfaaa2a67385d /gdk/Makefile.am | |
parent | b1f6df80853ce3c79bd9c911ee3f5b2497bedf43 (diff) | |
download | gtk+-b3bca70d5b4f9e6c9449c78859179d509d5e0903.tar.gz |
gdk: Remove unused medialib code
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index f4606b94cf..2b2ae6be27 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 # @@ -111,7 +103,6 @@ gdk_private_headers = \ gdkpoly-generic.h gdk_c_sources = \ - $(medialib_sources) \ gdk.c \ gdkapplaunchcontext.c \ gdkcairo.c \ |