1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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

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)