From: Carlos Garcia Campos Date: Mon, 22 Feb 2010 19:09:44 +0000 (+0100) Subject: [help] Remove libmisc sources from GLOB to make distcheck pass X-Git-Tag: EVINCE_2_29_91~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=79fb3cf3b9de42def7b8295ffca484666f3229ec;p=evince.git [help] Remove libmisc sources from GLOB to make distcheck pass --- diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 948d4b1f..5ef60af2 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -54,13 +54,10 @@ FIXXREF_OPTIONS = \ # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB = \ $(top_srcdir)/shell/*.h \ - $(top_builddir)/shell/*.h \ - $(top_srcdir)/libmisc/*.h \ - $(top_builddir)/libmisc/*.h + $(top_builddir)/shell/*.h CFILE_GLOB = \ - $(top_srcdir)/shell/*.c \ - $(top_srcdir)/libmisc/*.c + $(top_srcdir)/shell/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h