summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-10-23 10:04:35 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-10-23 10:04:35 +0800
commitf805809c79940204c51cc71ab92569d511fd9e95 (patch)
tree86df77ca5c0cc8c0e11da350d873d7f7e764f5ac
parent7070c4f493f4d3fc5d7608acf431b0afe90180c4 (diff)
downloadgdk-pixbuf-f805809c79940204c51cc71ab92569d511fd9e95.tar.gz
TGA: Always build gdk-pixbuf-buffer-queue.c
The gdk-pixbuf-buffer-queue.c is built when the TGA loader is built as a loader module, but is not built when the TGA loader is built directly into the main GDK-Pixbuf library. Fix that, to avoid linker errors.
-rw-r--r--gdk-pixbuf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 8217fcdcb..ef88e9d94 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -149,7 +149,7 @@ libpixbufloader_xbm_la_LIBADD = $(module_libs)
#
# The TGA loader
#
-libstatic_pixbufloader_tga_la_SOURCES = io-tga.c
+libstatic_pixbufloader_tga_la_SOURCES = io-tga.c gdk-pixbuf-buffer-queue.c
libpixbufloader_tga_la_SOURCES = io-tga.c gdk-pixbuf-buffer-queue.c
libpixbufloader_tga_la_LDFLAGS = -avoid-version -module $(no_undefined)
libpixbufloader_tga_la_LIBADD = $(module_libs)