aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2014-09-03 15:10:11 +0800
committerMilan Crha <mcrha@redhat.com>2014-09-03 15:10:11 +0800
commit2d345f3d94a85360e92ef566257c1bc738b6cdc2 (patch)
tree686b5cdcb87a4651523b9784e97078a6db546de5 /e-util/Makefile.am
parent707ba2751903f08369d2c8fa7779140b49f6051b (diff)
downloadgsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar.gz
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar.bz2
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar.lz
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar.xz
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.tar.zst
gsoc2013-evolution-2d345f3d94a85360e92ef566257c1bc738b6cdc2.zip
Bug 707647 - gnome-autoar integration in attachments
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 8e91dc8068..61ee3f8b5e 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -104,6 +104,7 @@ libevolution_util_la_CPPFLAGS = \
$(ENCHANT_CFLAGS) \
$(GTKSPELL_CFLAGS) \
$(CODE_COVERAGE_CFLAGS) \
+ $(AUTOAR_CFLAGS) \
$(NULL)
evolution_util_include_HEADERS = \
@@ -649,6 +650,7 @@ libevolution_util_la_LIBADD = \
$(GEO_LIBS) \
$(ENCHANT_LIBS) \
$(GTKSPELL_LIBS) \
+ $(AUTOAR_LIBS) \
$(INTLLIBS) \
$(MATH_LIB) \
$(NULL)