From 8864045271b4540d8e5a4acbd681da8bf39c7eac Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 27 Oct 2000 16:08:54 +0000 Subject: Fixed these to include EXTRA_GNOME_CFLAGS. 2000-10-27 Christopher James Lahey * 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 --- addressbook/backend/pas/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/backend/pas') 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 -- cgit v1.2.3