X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=b5883ed1195052cc431c673f635abe1247a20464;hb=0966dd9fbb4a8a60972382910c850a610bc40686;hp=973882b79e957b666162d4e1b7852f5aa9e1e954;hpb=c37e94332ad3d4a33a38a29f9557b7838f955f10;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 973882b7..b5883ed1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -79,11 +79,13 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ ev-stock-icons.h \ + ev-timeline.c \ + ev-timeline.h \ ev-tooltip.c \ ev-tooltip.h \ - main.c \ - xdg-user-dir-lookup.c - + ev-transition-animation.c \ + ev-transition-animation.h \ + main.c if WITH_GNOME_PRINT evince_SOURCES+= \ @@ -102,18 +104,6 @@ evince_LDADD= \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS) -if ENABLE_DJVU -evince_LDADD += $(DJVU_LIBS) -endif - -if ENABLE_DVI -evince_LDADD += -lkpathsea -endif - -if WITH_TYPE1_FONTS -evince_LDADD += -lt1 -endif - BUILT_SOURCES = ev-marshal.h ev-marshal.c if ENABLE_DBUS