diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-27 06:32:38 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-27 06:32:38 +0800 |
commit | 7f184616bdff730ee67d4f6dde5b982251be16a9 (patch) | |
tree | 96e71332178cae3977b43c4a8901fa995f325eef /addressbook/conduit | |
parent | e13e11965b4d62751bf6d50f5fc65c645e6f1e2b (diff) | |
download | gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.gz gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.bz2 gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.lz gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.xz gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.zst gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.zip |
libwombat:
2001-06-25 Peter Williams <peterw@ximian.com>
* Makefile.am (libwombat_static_la_SOURCES): Create a static
libwombat for the conduits.
calendar:
2001-06-25 Peter Williams <peterw@ximian.com>
* conduits/calendar/Makefile.am (INCLUDES): Fixes for
srcdir != builddir. Link to the static libwombat.
* conduits/todo/Makefile.am (INCLUDES): Here too.
addressbook:
2001-06-25 Peter Williams <peterw@ximian.com>
* conduit/Makefile.am (INCLUDES): Fix for srcdir != builddir.
svn path=/trunk/; revision=10511
Diffstat (limited to 'addressbook/conduit')
-rw-r--r-- | addressbook/conduit/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index ab5ea0ec50..d95d858fd8 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook \ -I$(top_srcdir)/addressbook/backend \ + -I$(top_srcdir)/e-util \ -I$(top_builddir)/e-util \ $(BONOBO_GNOME_CFLAGS) \ $(PISOCK_CFLAGS) \ |