diff options
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 6ab086d667..002ce7d355 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -25,7 +25,7 @@ wombat_LDADD = \ $(top_builddir)/calendar/cal-util/libcalutil.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/e-util/libeutil.la \ - -lgnomevfs + -lgnomevfs $(LDAP_LIBS) wombat_LDFLAGS = `gnome-config --libs gnorba` |