aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/ename/Makefile.am')
-rw-r--r--e-util/ename/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/e-util/ename/Makefile.am b/e-util/ename/Makefile.am
index 25a67a929c..6e4d3818f2 100644
--- a/e-util/ename/Makefile.am
+++ b/e-util/ename/Makefile.am
@@ -47,4 +47,7 @@ test_ename_western_LDADD = $(ename_libs)
test_ename_western_gtk_SOURCES = \
test-ename-western-gtk.c
-test_ename_western_gtk_LDADD = $(ename_libs) $(gnome_libs)
+test_ename_western_gtk_LDADD = \
+ $(ename_libs) \
+ $(top_builddir)/e-util/libeutil.la \
+ $(gnome_libs)