[evince] [help] Remove libmisc sources from GLOB to make distcheck pass



commit 79fb3cf3b9de42def7b8295ffca484666f3229ec
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Feb 22 20:09:44 2010 +0100

    [help] Remove libmisc sources from GLOB to make distcheck pass

 help/reference/shell/Makefile.am |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]