X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=thumbnailer%2FMakefile.am;h=81575ebe29a212f78039a91a8d11f2457c36f9b2;hb=f332d42bc834d6a7b0ec58bb8e073e63bc619f63;hp=c74910eb0b630ddb43497c47efd13799a89c4f7f;hpb=594edf9b1277d5ec88892c2ea02c2bdc2f2e8b0e;p=evince.git diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index c74910eb..81575ebe 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -7,6 +7,7 @@ INCLUDES= \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/pdf \ -I$(top_srcdir)/backend \ + -I$(top_srcdir)/shell \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(THUMBNAILER_CFLAGS) \ @@ -19,11 +20,10 @@ evince_thumbnailer_SOURCES= \ evince-thumbnailer.c $(NULL) -evince_thumbnailer_LDADD= \ - $(THUMBNAILER_LIBS) \ +evince_thumbnailer_LDADD= \ + $(THUMBNAILER_LIBS) \ $(top_builddir)/lib/libev.la \ - $(top_builddir)/pdf/libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ + $(top_builddir)/shell/libevbackendfactory.la \ $(NULL) pixmapdir = $(pkgdatadir)