Added libgck to the Makefile.am

This commit is contained in:
Manish Singh 1997-12-08 23:05:45 +00:00
parent cb728a1890
commit da44cf3bef
1 changed files with 3 additions and 1 deletions

View File

@ -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)