Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-05-09 12:03:36 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-09 12:03:36 (GMT)
commitb36f3a13160e8747019c40f28df89a9a9c3917ea (patch)
tree9cf159983cadf4c9ca79f8c6c78fde4aba981871 /shell/Makefile.am
parentead6ec8b0cbdafc334fff0b3b5f9f79067af1e86 (diff)
Implement epiphany like toolbar editor. Based on patch by
Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 498be8a..032735d 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES= \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/cut-n-paste/recent-files/ \
-I$(top_srcdir)/cut-n-paste/zoom-control/ \
+ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \
-I$(top_srcdir)/backend \
-I$(top_srcdir)/pdf \
-I$(top_srcdir)/pixbuf \
@@ -86,6 +87,7 @@ evince_LDADD= \
$(top_builddir)/cut-n-paste/recent-files/librecent.la \
$(top_builddir)/cut-n-paste/zoom-control/libephymisc.la \
$(top_builddir)/cut-n-paste/zoom-control/libephywidgets.la \
+ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \
$(top_builddir)/lib/libev.la \
libevbackendfactory.la \
$(NULL)