diff options
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | 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 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) |