aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-06 03:50:53 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-06 03:50:53 +0800
commit87dfafd83f4328dc2f9fc43d150839d4320bceb4 (patch)
tree057086bdbef7d6ade2c354b4fd46f633cc0b338e /tools/Makefile.am
parent2c5db3833f89c08d1d311521bb97da50cc1808e0 (diff)
downloadgsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.gz
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.bz2
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.lz
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.xz
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.zst
gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.zip
Add e-util libs
2004-01-05 JP Rosevear <jpr@ximian.com> * tools/Makefile.am: Add e-util libs * configure.in: try compiling with sys/types for freebsd (Joe Marcus Clarke <marcus@freebsd.org>) svn path=/trunk/; revision=24056
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 64d194ae77..22a9f9de26 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -32,6 +32,7 @@ killev_SOURCES = \
killev.c
killev_LDADD = \
- $(top_builddir)/e-util/libeutil.la
+ $(top_builddir)/e-util/libeutil.la \
+ $(E_UTIL_LIBS)
CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES)