aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-28 00:08:54 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-28 00:08:54 +0800
commit8864045271b4540d8e5a4acbd681da8bf39c7eac (patch)
tree92b3e753d1dd3ad7e4849c91cf5c44eb1e9a11ad /addressbook/backend
parentd5f2d8d13b3b0db04e337dfcd295912ea4a49dc2 (diff)
downloadgsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.gz
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.bz2
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.lz
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.xz
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.zst
gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.zip
Fixed these to include EXTRA_GNOME_CFLAGS.
2000-10-27 Christopher James Lahey <clahey@helixcode.com> * backend/pas/Makefile.am, gui/search/Makefile.am, printing/Makefile.am: Fixed these to include EXTRA_GNOME_CFLAGS. * gui/component/select-names/e-select-names-manager.c: Turned off newlines in header fields. svn path=/trunk/; revision=6232
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/pas/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am
index f0a5f79e11..819f99e57d 100644
--- a/addressbook/backend/pas/Makefile.am
+++ b/addressbook/backend/pas/Makefile.am
@@ -18,7 +18,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- $(BONOBO_GNOME_CFLAGS)
+ $(BONOBO_GNOME_CFLAGS) \
+ $(EXTRA_GNOME_CFLAGS)
LDAP_BACKEND_SOURCES = pas-backend-ldap.c pas-backend-ldap.h