diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-02 19:55:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-02 21:23:19 +0800 |
commit | 4e4fcdad46e710f18d3d802d9734fc53213bc6b8 (patch) | |
tree | 3b7c8fa6f8e0176e1bc8ba24f1b77be1c1805c68 /addressbook/gui/merging | |
parent | a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c (diff) | |
download | gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.gz gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.bz2 gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.lz gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.xz gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.tar.zst gsoc2013-evolution-4e4fcdad46e710f18d3d802d9734fc53213bc6b8.zip |
Miscellaneous cleanup bits from WebKit branch.
Diffstat (limited to 'addressbook/gui/merging')
-rw-r--r-- | addressbook/gui/merging/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am index e10c3ef765..01af6b2534 100644 --- a/addressbook/gui/merging/Makefile.am +++ b/addressbook/gui/merging/Makefile.am @@ -7,7 +7,8 @@ libeabbookmerging_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/addressbook \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) libeabbookmerging_la_SOURCES = \ eab-contact-compare.c \ |