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 /addressbook/conduit | |
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
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 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 |