diff --git a/src/Makefile.am b/src/Makefile.am index daeaa38..a684e42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,7 +35,8 @@ LDADD = \ $(EXIF_LIBS) \ $(EXEMPI_LIBS) \ $(POPT_LIBS) \ - -lnotify + -lnotify \ + -lgmodule-2.0 \ $(NULL) dbus_freedesktop_built_sources = \ diff --git a/test/Makefile.am b/test/Makefile.am index 242a777..ccb7ea7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,6 +12,7 @@ AM_CPPFLAGS =\ LDADD =\ $(top_builddir)/libcaja-private/libcaja-private.la \ $(CORE_LIBS) \ + -lgmodule-2.0 \ $(NULL) noinst_PROGRAMS =\ -- 2.10.4