Add GTK library dependency in libgcr.
authorStefan Walter <stefw@src.gnome.org>
Sat, 7 Feb 2009 18:29:30 +0000 (18:29 +0000)
committerStefan Walter <stefw@src.gnome.org>
Sat, 7 Feb 2009 18:29:30 +0000 (18:29 +0000)
See bug #570393

svn path=/trunk/; revision=1509

gcr/Makefile.am

index 21bd980..d08f886 100644 (file)
@@ -73,7 +73,8 @@ libgcr_la_LIBADD = \
        $(GOBJECT_LIBS) \
        $(GLIB_LIBS) \
        $(LIBGCRYPT_LIBS) \
-       $(LIBTASN1_LIBS)
+       $(LIBTASN1_LIBS) \
+       $(GTK_LIBS)
 
 gcr-marshal.h: gcr-marshal.list $(GLIB_GENMARSHAL)
        $(GLIB_GENMARSHAL) $< --header --prefix=_gcr_marshal > $@