diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c6ca023219..74ae2c75f0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2002-04-18 Chris Toshok <toshok@ximian.com> + * gui/component/Makefile.am (INCLUDES): add LDAP_CFLAGS to INCLUDES + +2002-04-18 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook.c (book_open_cb): no more source->type. diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index eb4de0d536..b169a29771 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -19,6 +19,7 @@ INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ -DEVOLUTION_IMAGESDIR=\""$(datadir)"/images/evolution\" \ + $(LDAP_CFLAGS) \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) bin_PROGRAMS = \ |