X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2FMakefile.am;h=0ae09583b0e319dbd6bf4fa6aebac595268beecd;hb=1538ef2f0c7d8e7a93aa90bd69afddf9f78eb0dd;hp=8762d931b5e2a54c8d19958624c2155e17e40b07;hpb=1aff4f0d0e68dfccf5236289feb2fb58dfac8936;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 8762d931..0ae09583 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -4,7 +4,7 @@ INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/backend \ - -I$(top_srcdir)/pdf/xpdf \ + -I$(top_srcdir)/pdf \ -I$(top_srcdir)/pixbuf \ -I$(top_srcdir)/ps \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ @@ -21,12 +21,8 @@ evince_SOURCES= \ eggfindbar.h \ ev-application.c \ ev-application.h \ - ev-history.c \ - ev-history.h \ ev-marshal.c \ ev-marshal.h \ - ev-navigation-action.c \ - ev-navigation-action.h \ ev-page-action.c \ ev-page-action.h \ ev-password.h \ @@ -54,7 +50,8 @@ evince_SOURCES= \ evince_LDADD= \ $(SHELL_LIBS) \ - $(top_builddir)/pdf/xpdf/libpdfdocument.la \ + $(top_builddir)/lib/libev.la \ + $(top_builddir)/pdf/libpdfdocument.la \ $(top_builddir)/pixbuf/libpixbufdocument.la \ $(top_builddir)/ps/libgtkgs.la \ $(top_builddir)/backend/libevbackend.la \