]> www.fi.muni.cz Git - evince.git/commitdiff
[help] Remove libmisc sources from GLOB to make distcheck pass
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 22 Feb 2010 19:09:44 +0000 (20:09 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 22 Feb 2010 19:09:44 +0000 (20:09 +0100)
help/reference/shell/Makefile.am

index 948d4b1f1a899ddd6b854c2e062ea33ff4b0987f..5ef60af28376f13965ba2f07739e655c83f3f992 100644 (file)
@@ -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