X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=66ec71f18ec528878feac875bb354c1602019d63;hb=8370e4fa6c0a90a4d10294e3a74ed87d90b8db94;hp=30dde9ed0219810da0dc67e3b45fd94c76310836;hpb=8228ff475e7dced57dbaa9550255534d0c275767;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 30dde9ed..66ec71f1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,10 +1,10 @@ INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMEDATADIR=\"$(datadir)\" \ - -I$(top_srcdir)/lib \ -I$(top_srcdir)/cut-n-paste/zoom-control/ \ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ - -I$(top_srcdir)/backend \ + -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ + -I$(top_srcdir)/libdocument \ -I$(top_srcdir)/properties \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ @@ -80,7 +80,11 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ ev-stock-icons.c \ ev-stock-icons.h \ - main.c + ev-tooltip.c \ + ev-tooltip.h \ + main.c \ + xdg-user-dir-lookup.c + if WITH_GNOME_PRINT evince_SOURCES+= \ @@ -92,8 +96,9 @@ endif evince_LDADD= \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ + $(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \ $(top_builddir)/properties/libevproperties.la \ - $(top_builddir)/lib/libev.la \ + $(top_builddir)/libdocument/libevbackend.la \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS)