From 79fb3cf3b9de42def7b8295ffca484666f3229ec Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 22 Feb 2010 19:09:44 +0000 Subject: [help] Remove libmisc sources from GLOB to make distcheck pass --- (limited to 'help/reference') diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 948d4b1..5ef60af 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 -- cgit v0.9.1