X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=498be8ad4b3ef9759402f1e328fbbc804a98797d;hb=5b821d496bb0d938089e6ce4b181a19dbae148ab;hp=95dcf833869452733f22e485a445b35e719f55a1;hpb=f332d42bc834d6a7b0ec58bb8e073e63bc619f63;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 95dcf833..498be8ad 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,6 +5,7 @@ INCLUDES= \ -DGNOMEDATADIR=\"$(datadir)\" \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/cut-n-paste/recent-files/ \ + -I$(top_srcdir)/cut-n-paste/zoom-control/ \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/pdf \ -I$(top_srcdir)/pixbuf \ @@ -43,10 +44,6 @@ libevbackendfactory_la_LIBADD += \ $(NULL) endif -if WITH_TYPE1_FONTS -libevbackendfactory_la_LIBADD += -lt1lib -endif - evince_SOURCES= \ dummy.cc \ eggfindbar.c \ @@ -75,6 +72,8 @@ evince_SOURCES= \ ev-sidebar.h \ ev-sidebar-links.c \ ev-sidebar-links.h \ + ev-sidebar-page.c \ + ev-sidebar-page.h \ ev-sidebar-thumbnails.c \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ @@ -82,11 +81,13 @@ evince_SOURCES= \ main.c \ $(NULL) -evince_LDADD= \ - $(SHELL_LIBS) \ - $(top_builddir)/cut-n-paste/recent-files/librecent.la \ - $(top_builddir)/lib/libev.la \ - libevbackendfactory.la \ +evince_LDADD= \ + $(SHELL_LIBS) \ + $(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)/lib/libev.la \ + libevbackendfactory.la \ $(NULL) BUILT_SOURCES = ev-marshal.h ev-marshal.c