mirror of https://github.com/GNOME/gimp.git
Added libgck to the Makefile.am
This commit is contained in:
parent
cb728a1890
commit
da44cf3bef
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue