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 /widgets | |
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 'widgets')
-rw-r--r-- | widgets/menus/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/menus/Makefile.am b/widgets/menus/Makefile.am index f07ae41d14..1aadfcc1b0 100644 --- a/widgets/menus/Makefile.am +++ b/widgets/menus/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/widgets \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DG_LOG_DOMAIN=\"menus\" \ + $(GNOME_PLATFORM_CFLAGS) \ $(E_UTIL_CFLAGS) libmenus_la_SOURCES = \ @@ -44,6 +45,7 @@ libmenus_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/table/libetable.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(GNOME_PLATFORM_LIBS) \ $(E_UTIL_LIBS) icons = |