From f805809c79940204c51cc71ab92569d511fd9e95 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 23 Oct 2015 10:04:35 +0800 Subject: 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. --- gdk-pixbuf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1