From da44cf3beff1e75e13b8d91feeb33ddc7c8f953a Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 8 Dec 1997 23:05:45 +0000 Subject: [PATCH] Added libgck to the Makefile.am --- plug-ins/fuse/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plug-ins/fuse/Makefile.am b/plug-ins/fuse/Makefile.am index 48397aa11f..73f16e3546 100644 --- a/plug-ins/fuse/Makefile.am +++ b/plug-ins/fuse/Makefile.am @@ -16,12 +16,14 @@ LDADD = \ $(top_builddir)/plug-ins/megawidget/megawidget.o \ $(top_builddir)/libgimp/libgimpui.la \ $(top_builddir)/libgimp/libgimp.la \ + $(top_builddir)/plug-ins/libgck/gck/libgck.la \ $(X_LIBS) \ -lc DEPS = \ $(top_builddir)/libgimp/libgimpui.la \ - $(top_builddir)/libgimp/libgimp.la + $(top_builddir)/libgimp/libgimp.la \ + $(top_builddir)/plug-ins/libgck/gck/libgck.la fuse_DEPENDENCIES = $(DEPS)