diff options
author | Tor Lillqvist <tml@novell.com> | 2006-10-28 23:37:18 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-10-28 23:37:18 +0000 |
commit | 957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63 (patch) | |
tree | d533f2d353f7d882d04a97cdcb5a570fb208b594 /gdk-pixbuf/Makefile.am | |
parent | c88087b694bff9bf1c7cb533fa675dfbf8a7c976 (diff) | |
download | gtk+-957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63.tar.gz |
pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388)
2006-10-29 Tor Lillqvist <tml@novell.com>
* pixbufloader_*.def
* Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are
not used. (#365388) They were all identical, and exported just two
symbols, so if somebody needs them for a MSVC build that doesn't
use built-in modules it's trivial to hack makefile.msc to produce
a common .def file for the loaders. The two symbols that need to
be exported are fill_info and fill_vtable.
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 9f68c9107e..3acb9a81ce 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -475,19 +475,6 @@ EXTRA_DIST = \ gdk_pixbuf.rc \ gdk-pixbuf-marshal.c \ gdk-pixbuf-marshal.list \ - pixbufloader_ico.def \ - pixbufloader_ani.def \ - pixbufloader_pnm.def \ - pixbufloader_xpm.def \ - pixbufloader_bmp.def \ - pixbufloader_jpeg.def \ - pixbufloader_ras.def \ - pixbufloader_gif.def \ - pixbufloader_png.def \ - pixbufloader_tiff.def \ - pixbufloader_wbmp.def \ - pixbufloader_xbm.def \ - pixbufloader_tga.def \ gen-color-table.pl if CROSS_COMPILING |