aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-19 00:07:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-19 00:34:47 +0800
commitacb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch)
treec37398b00bd1829d9de7f0700f64d9dcef747f4e /addressbook/gui
parent461f022eb7fae7147845797c0544304ae35c7e8b (diff)
downloadgsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.gz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.bz2
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.lz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.xz
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.zst
gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.zip
Goodbye libgnome and libgnomeui!!
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/widgets/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index b642fde5c2..e9075802d1 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -14,6 +14,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/addressbook/util \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
@@ -66,7 +67,8 @@ libeabwidgets_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/widgets/table/libetable.la \
$(top_builddir)/widgets/menus/libmenus.la \
- $(top_builddir)/a11y/libevolution-a11y.la
+ $(top_builddir)/a11y/libevolution-a11y.la \
+ $(GNOME_PLATFORM_LIBS)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)