[gdk-pixbuf] TGA: Always build gdk-pixbuf-buffer-queue.c
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] TGA: Always build gdk-pixbuf-buffer-queue.c
- Date: Fri, 23 Oct 2015 02:15:05 +0000 (UTC)
commit f805809c79940204c51cc71ab92569d511fd9e95
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Oct 23 10:04:35 2015 +0800
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 8217fcd..ef88e9d 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]