X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=0d73ffe53e339e0a8d24c9ded01f79b9cbae1bab;hb=a92004b77fc73fe7ac2a781b5207249b2288b8c9;hp=b43c25f48ade6749cb962b71083631e14b07ca8a;hpb=47b1184724e6611ef314332f6afa31706819b0f9;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index b43c25f4..0d73ffe5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -25,6 +25,8 @@ evince_SOURCES= \ ev-marshal.h \ ev-page-action.c \ ev-page-action.h \ + ev-page-view.c \ + ev-page-view.h \ ev-password.h \ ev-password.c \ ev-password-view.h \ @@ -50,6 +52,7 @@ evince_SOURCES= \ evince_LDADD= \ $(SHELL_LIBS) \ + $(top_builddir)/lib/libev.la \ $(top_builddir)/pdf/xpdf/libpdfdocument.la \ $(top_builddir)/pixbuf/libpixbufdocument.la \ $(top_builddir)/ps/libgtkgs.la \