diff options
author | Federico Mena Quintero <federico@redhat.com> | 1999-11-29 20:36:55 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-29 20:36:55 +0000 |
commit | f5b3df2956a8c437e8c7ac31e5201a094235a9f9 (patch) | |
tree | d862fabc091a2655712925ca919b8c8be8e71ec5 /gdk-pixbuf/Makefile.am | |
parent | 4aae90b5b134419eed3fcfea3c4ffeb0f6455ab7 (diff) | |
download | gtk+-f5b3df2956a8c437e8c7ac31e5201a094235a9f9.tar.gz |
Uncomment the GnomeCanvasPixbuf sources. This should be made conditional,
1999-11-29 Federico Mena Quintero <federico@redhat.com>
* src/Makefile.am: Uncomment the GnomeCanvasPixbuf sources. This
should be made conditional, not blindly commented out.
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index afb095e5f1..af244fa71c 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -47,10 +47,10 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS) -testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) \ +testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) \ -lgmodule -testpixbuf_drawable_LDADD = $(LDADDS) +testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) GDK_PIXBUF_LIBS = $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS) @@ -65,16 +65,16 @@ libgdk_pixbuf_la_SOURCES = \ gdk-pixbuf-io.c \ gdk-pixbuf-loader.c \ gdk-pixbuf-render.c \ - gdk-pixbuf-drawable.c -## gnome-canvas-pixbuf.c + gdk-pixbuf-drawable.c \ + gnome-canvas-pixbuf.c libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0 libgdk_pixbufinclude_HEADERS = \ gdk-pixbuf.h \ gdk-pixbuf-drawable.h \ - gdk-pixbuf-loader.h -## gnome-canvas-pixbuf.h + gdk-pixbuf-loader.h \ + gnome-canvas-pixbuf.h noinst_HEADERS = \ gdk-pixbuf-io.h |