diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-06 13:13:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-06 13:13:19 +0800 |
commit | 36b4b5f424f27cfdc05c090052ff431d893f96e7 (patch) | |
tree | c78aecd02f0dd133c6db80ecc8ee657682ce77ec | |
parent | c04178e3d164eb180570eb53c37c752317f0dc3e (diff) | |
download | gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar.gz gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar.bz2 gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar.lz gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar.xz gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.tar.zst gsoc2013-evolution-36b4b5f424f27cfdc05c090052ff431d893f96e7.zip |
Another conduit build fix
2000-12-06 JP Rosevear <jpr@helixcode.com>
* conduit/Makefile.am: Another conduit build fix
svn path=/trunk/; revision=6807
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2af22f8997..237bd9281a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2000-12-06 JP Rosevear <jpr@helixcode.com> + + * conduit/Makefile.am: Another conduit build fix + 2000-12-05 JP Rosevear <jpr@helixcode.com> * backend/pas/pas-backend-file.c (pas_backend_file_changes_foreach_key): diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 05b4112f68..f17f060aef 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/e-util \ $(BONOBO_VFS_GNOME_CFLAGS) \ + $(PISOCK_INCLUDEDIR) \ $(GNOME_PILOT_CFLAGS) # Address Capplet |