X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2FMakefile.am;h=4712686ea9d904d04b7afdc937e876f800b7576b;hb=f222d19fbbd936de7f403eb29666b41e3447b48d;hp=f54c5e2d40611e6b23868dbec8c83b506675bcd7;hpb=a4a3a2301361cb6a71e1b127e8e43589f2749105;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index f54c5e2d..4712686e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -55,6 +55,8 @@ evince_SOURCES= \ ev-window-title.h \ ev-sidebar.c \ ev-sidebar.h \ + ev-sidebar-attachments.c \ + ev-sidebar-attachments.h \ ev-sidebar-links.c \ ev-sidebar-links.h \ ev-sidebar-page.c \ @@ -81,6 +83,18 @@ 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