X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=help%2Freference%2FMakefile.am;h=ba07930a91d5fa4c204bd4e871931745b554698c;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=6da188bcfb105c1e8887af3ce18bc53cdfd72218;hpb=a6a9e8990dfb06ba0644c1de93d59f0e7b787a88;p=evince.git diff --git a/help/reference/Makefile.am b/help/reference/Makefile.am index 6da188bc..ba07930a 100644 --- a/help/reference/Makefile.am +++ b/help/reference/Makefile.am @@ -76,7 +76,6 @@ INCLUDES= \ -I$(top_srcdir)/shell \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMEDATADIR=\"$(datadir)\" \ - -I$(top_srcdir)/cut-n-paste/recent-files/ \ -I$(top_srcdir)/cut-n-paste/zoom-control/ \ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ @@ -94,18 +93,14 @@ GTKDOC_LIBS= \ $(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)/cut-n-paste/gedit-message-area/libgeditmsgarea.la \ + $(top_builddir)/cut-n-paste/evmountoperation/libevmountoperation.la \ $(top_builddir)/properties/libevproperties.la \ $(top_builddir)/libdocument/libevbackend.la \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS) \ $(filter-out ../../shell/main.o,$(wildcard ../../shell/*.o)) -if HAVE_GTK_RECENT -GTKDOC_LIBS += -else -GTKDOC_LIBS += $(top_builddir)/cut-n-paste/recent-files/librecent.la -endif - if ENABLE_DJVU GTKDOC_LIBS += $(DJVU_LIBS) endif