mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Added some io-* loaders to the Makefile.am
Added some io-* loaders to the Makefile.am
This commit is contained in:
parent
feb9789e64
commit
6cf7477093
@ -2,7 +2,9 @@
|
||||
lib_LTLIBRARIES = \
|
||||
libgdk-pixbuf.la \
|
||||
libpixbuf-png.la \
|
||||
libpixbuf-jpeg.la
|
||||
libpixbuf-jpeg.la \
|
||||
libpixbuf-gif.la \
|
||||
libpixbuf-xpm.la
|
||||
|
||||
#
|
||||
# The GdkPixBuf library
|
||||
@ -28,3 +30,15 @@ libpixbuf_png_la_SOURCES = \
|
||||
libpixbuf_jpeg_la_SOURCES = \
|
||||
io-jpeg.c
|
||||
|
||||
#
|
||||
# The XPM loader
|
||||
#
|
||||
libpixbuf_xpm_la_SOURCES = \
|
||||
io-xpm.c
|
||||
|
||||
#
|
||||
# The GIF loader
|
||||
#
|
||||
libpixbuf_gif_la_SOURCES = \
|
||||
io-gif.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user