diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-06 03:50:53 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-06 03:50:53 +0800 |
commit | 87dfafd83f4328dc2f9fc43d150839d4320bceb4 (patch) | |
tree | 057086bdbef7d6ade2c354b4fd46f633cc0b338e /tools | |
parent | 2c5db3833f89c08d1d311521bb97da50cc1808e0 (diff) | |
download | gsoc2013-evolution-87dfafd83f4328dc2f9fc43d150839d4320bceb4.tar.gz 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')
-rw-r--r-- | tools/Makefile.am | 3 |
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) |