aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-04-26 02:48:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-04-26 02:48:33 +0800
commit0759a9fa89706b3197ae3771f2098c2393f49386 (patch)
treef100f9ec30ad753693b1eff6c7f35d473c74b792 /addressbook
parent7e3a3892c4b93965198e5518f112679c4ff8bac6 (diff)
downloadgsoc2013-evolution-0759a9fa89706b3197ae3771f2098c2393f49386.tar.gz
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')
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/backend/pas/Makefile.am4
-rw-r--r--addressbook/gui/minicard/Makefile.am2
-rw-r--r--addressbook/gui/widgets/Makefile.am2
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
al&id=1c680dcf7acdf6ef4db0cb7ec50620528ae97879'>Update to version 5.80031az2011-02-122-4/+4 * Update to 5.80029az2010-10-172-4/+4 * Update to 5.80027az2010-09-242-5/+5 * Update to 5.80025.az2010-08-122-4/+4 * Update to 5.80024az2010-05-202-4/+5 * Update to 5.80023az2010-05-102-7/+8 * Update to 5.80022.tobez2010-03-292-4/+4 * Update to 5.80021.tobez2010-03-042-4/+4 * Update to 5.80020.tobez2010-02-042-4/+4 * - Update to 5.80019wen2010-01-292-4/+4 * Update to 5.80017skv2010-01-132-7/+7 * - Update to 5.80016wen2009-12-132-4/+4 * - update to 5.80015leeym2009-12-103-22/+49 * Update to 5.80013.tobez2009-09-182-8/+7 * - Since this module depends on perl 5.8.6+, remove dependencies onkuriyama2009-09-091-2/+1 * Update to 5.80011skv2009-08-243-14/+8 * Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2009-08-161-1/+1 * Unbreak port: fix dependencies.skv2009-07-291-2/+4 * Typo fix.tobez2009-07-281-2/+2 * - Update to 5.80007pgollucci2009-07-243-4/+11 * - Update to 5.80005pgollucci2009-06-202-14/+21 * - Update to 5.80004pgollucci2009-06-163-12/+13 * Update to 5.71001lbr2009-03-292-4/+4 * Update to 5.71000lbr2009-03-233-7/+5 * Fix installation problem for people who have changed WRKDIRPREFIX.lbr2008-11-051-1/+1 * Updated to 5.7015lbr2008-10-172-4/+4 * Update to 5.7014lbr2008-06-302-6/+6 * Update to 5.7012lbr2007-12-203-4/+6 * Update to 5.7011lbr2007-10-192-4/+4 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-6/+2 * Update to 5.7010lbr2007-08-223-5/+5 * Update to 5.7008lbr2007-08-142-7/+6 * Update to 5.7007.lbr2007-03-152-4/+4 * Update to 5.7006lbr2007-01-064-42/+8 * Update to 5.7003lbr2006-10-012-4/+4 * Update to 5.7001lbr2006-07-212-4/+4 * New port, www/p5-Catalyst-Runtime, The Elegant MVC Web Application Framework ...lbr2006-07-12