diff options
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 68017e81eb..fac8d0aec9 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -36,7 +36,8 @@ wombat_LDADD = \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libwombat/libwombat.la \ - $(WOMBAT_LIBS) + $(WOMBAT_LIBS) \ + $(DB3_LDADD) oafdir = $(datadir)/oaf |