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=4a6c5de5e7c44e0e411cb684c1fea1b12414e52e;hb=4dbb42e6c42e5e1982fee1c72300276a867a408e;hp=80764d295e7ffbfd0d550b2cebac74b4afa98fb3;hpb=68525a359fcf1c2f857337aaac6508861d305cae;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 80764d29..4a6c5de5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -11,7 +11,9 @@ INCLUDES= \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(SHELL_CFLAGS) \ $(WARN_CFLAGS) \ - $(GNOME_PRINT_CFLAGS) + $(DISABLE_DEPRECATED) \ + $(GNOME_PRINT_CFLAGS) \ + $(GTK_PRINT_CFLAGS) bin_PROGRAMS=evince @@ -55,14 +57,14 @@ 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 \ ev-sidebar-page.h \ ev-sidebar-thumbnails.c \ ev-sidebar-thumbnails.h \ - ev-attachment-bar.c \ - ev-attachment-bar.h \ ev-stock-icons.c \ ev-stock-icons.h \ main.c @@ -87,7 +89,7 @@ if ENABLE_DJVU evince_LDADD += $(DJVU_LIBS) endif -if ENABLE_DJVU +if ENABLE_DVI evince_LDADD += -lkpathsea endif