diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:07:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:34:47 +0800 |
commit | acb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch) | |
tree | c37398b00bd1829d9de7f0700f64d9dcef747f4e /calendar/gui/Makefile.am | |
parent | 461f022eb7fae7147845797c0544304ae35c7e8b (diff) | |
download | gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.gz gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.zst gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.zip |
Goodbye libgnome and libgnomeui!!
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index e732b83837..6c20d5febf 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -67,6 +67,7 @@ AM_CPPFLAGS = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ -DPREFIX=\""$(prefix)"\" \ + $(GNOME_PLATFORM_CFLAGS) \ $(LIBSOUP_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) @@ -222,6 +223,7 @@ libevolution_calendar_la_LIBADD = \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/e-util/libeutil.la \ + $(GNOME_PLATFORM_LIBS) \ $(LIBSOUP_LIBS) \ $(CAMEL_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) |