diff options
Diffstat (limited to 'addressbook/conduit/Makefile.am')
-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 |