diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 4 | ||||
-rw-r--r-- | addressbook/gui/minicard/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
4 files changed, 11 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index afb81167b1..d7ff2b927f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2000-04-25 Ettore Perazzoli <ettore@helixcode.com> + * gui/minicard/Makefile.am (INCLUDES): Use + `$(BONOBO_GNOME_CFLAGS)'. + + * backend/pas/Makefile.am (idl_flags): Add `-I $(datadir)/idl' to + pick up IDL files in the installation prefix as well. + (INCLUDES): Use `$(BONOBO_GNOME_CFLAGS)'. + * backend/ebook/Makefile.am (ORBIT_IDL): Use `-I $(datadir)/idl' to get the IDLs from the installation prefix as well. (INCLUDES): Add `$(BONOBO_GNOME_CFLAGS)'. diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 44cb5a66a1..98b158acfc 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -7,7 +7,7 @@ CORBA_SOURCE = \ idls = \ $(srcdir)/../idl/addressbook.idl -idl_flags = `$(GNOME_CONFIG) --cflags idl` +idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl $(CORBA_SOURCE): $(idls) $(ORBIT_IDL) $(srcdir)/../idl/addressbook.idl $(idl_flags) @@ -18,7 +18,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ - $(GNOME_INCLUDEDIR) + $(BONOBO_GNOME_CFLAGS) if ENABLE_LDAP LDAP_BACKEND = pas-backend-ldap.c diff --git a/addressbook/gui/minicard/Makefile.am b/addressbook/gui/minicard/Makefile.am index 44cbed0819..54da3de4d0 100644 --- a/addressbook/gui/minicard/Makefile.am +++ b/addressbook/gui/minicard/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/widgets/e-text \ - $(GNOME_INCLUDEDIR) + $(BONOBO_GNOME_CFLAGS) noinst_LIBRARIES = \ libeminicard.a diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 44cbed0819..54da3de4d0 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = \ -I$(top_builddir)/addressbook/backend \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/widgets/e-text \ - $(GNOME_INCLUDEDIR) + $(BONOBO_GNOME_CFLAGS) noinst_LIBRARIES = \ libeminicard.a |