Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorDaniel Garcia <danigm@yaco.es>2010-06-26 16:38:02 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-26 16:38:02 (GMT)
commit9fbd530885b4836b86dc7c409d6a7e72b09e3f92 (patch)
tree9a7ab5db3bf6be1407ff77a0843491eef21a58f0 /libview/Makefile.am
parent1f05f447a3129026d8a81ea7a0ebfc31d91a8c41 (diff)
[libview] Implement AtkText interface in EvView
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 23210fa..226a653 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -57,6 +57,7 @@ libevview_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
-I$(top_builddir) \
+ -I$(top_srcdir)/cut-n-paste/gail-util/ \
$(AM_CPPFLAGS)
libevview_la_CFLAGS = \
@@ -73,6 +74,7 @@ libevview_la_LDFLAGS = \
libevview_la_LIBADD = \
$(top_builddir)/libdocument/libevdocument.la \
+ $(top_builddir)/cut-n-paste/gail-util/libgail.la \
$(LIBVIEW_LIBS)
BUILT_SOURCES = \