X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=032735dad3981f6659c421f60e703a4f3182cd91;hb=681b0a3166a61b96b9a0ee35ca1b0aaa487809b3;hp=c7181a5ca16a91a2d1d6606066dc392f33b62c3e;hpb=e6e647fb236b236df1399ff4dba8faf0172002a1;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index c7181a5c..032735da 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,6 +5,8 @@ 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)/cut-n-paste/toolbar-editor/ \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/pdf \ -I$(top_srcdir)/pixbuf \ @@ -43,10 +45,6 @@ libevbackendfactory_la_LIBADD += \ $(NULL) endif -if WITH_TYPE1_FONTS -libevbackendfactory_la_LIBADD += -lt1lib -endif - evince_SOURCES= \ dummy.cc \ eggfindbar.c \ @@ -84,11 +82,14 @@ 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)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ + $(top_builddir)/lib/libev.la \ + libevbackendfactory.la \ $(NULL) BUILT_SOURCES = ev-marshal.h ev-marshal.c