diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-01 11:17:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-01 11:17:57 +0800 |
commit | 64fdd80faab0d58532289ae7c5a0805041956ad1 (patch) | |
tree | 8c5bf8e0b2afa86118af47426edd32fc675ff233 /addressbook/conduit | |
parent | 3441e17ab919b707fea1920feef7cc43874fec2e (diff) | |
download | gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.gz gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.bz2 gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.lz gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.xz gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.tar.zst gsoc2013-evolution-64fdd80faab0d58532289ae7c5a0805041956ad1.zip |
Get the conduit to compile on my system.
svn path=/trunk/; revision=5156
Diffstat (limited to 'addressbook/conduit')
-rw-r--r-- | addressbook/conduit/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index c45e24714d..da094e6a72 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -1,6 +1,8 @@ -INCLUDES = \ - -I$(top_srcdir)/addressbook \ +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/addressbook \ -I$(top_srcdir)/addressbook/backend \ + $(BONOBO_GNOME_CFLAGS) \ $(GNOME_PILOT_CFLAGS) bin_PROGRAMS = address-conduit-control-applet |