diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 06:04:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-17 08:33:32 +0800 |
commit | 054c0881696a85f537e93b4950a28f505a3dc0f7 (patch) | |
tree | e63cfece426e2de5898c926eb6737cff229bb38b /composer/Makefile.am | |
parent | 6348266ee635db59a12d75497f980dd85d0fcf58 (diff) | |
download | gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.gz gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.zst gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.zip |
BugĀ 589153 - Use GtkBuilder instead of libglade
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 174d502b86..147c37d2a7 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -33,9 +33,8 @@ libcomposer_la_CPPFLAGS = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ - -DEVOLUTION_IMAGESDIR=\"$(imagesdir)\" \ - -DEVOLUTION_UIDIR=\"$(evolutionuidir)\" \ - -DEVOLUTION_GLADEDIR=\"$(gladedir)\" \ + -DEVOLUTION_IMAGESDIR=\"$(imagesdir)\" \ + -DEVOLUTION_UIDIR=\"$(uidir)\" \ -DPREFIX=\"$(prefix)\" \ -DG_LOG_DOMAIN=\"composer\" \ $(EVOLUTION_MAIL_CFLAGS) @@ -64,7 +63,6 @@ libcomposer_la_LIBADD = \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ $(EVOLUTION_MAIL_LIBS) -uidir = $(evolutionuidir) ui_DATA = evolution-composer.ui EXTRA_DIST = \ |