diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-26 02:48:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-26 02:48:33 +0800 |
commit | 0759a9fa89706b3197ae3771f2098c2393f49386 (patch) | |
tree | f100f9ec30ad753693b1eff6c7f35d473c74b792 /addressbook/backend/pas | |
parent | 7e3a3892c4b93965198e5518f112679c4ff8bac6 (diff) | |
download | gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.gz gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.bz2 gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.lz gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.xz gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.zst gsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.zip |
The Joy of Broken Makefiles Part #3.
svn path=/trunk/; revision=2610
Diffstat (limited to 'addressbook/backend/pas')
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |