Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-02-22 19:09:44 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-02-22 19:09:44 (GMT)
commit79fb3cf3b9de42def7b8295ffca484666f3229ec (patch)
tree955a34ce8f3ec79f6e11e70d857cd22a415d1d4d /help
parent8521bad72ca742fe3fced95a66076ed93cd77253 (diff)
[help] Remove libmisc sources from GLOB to make distcheck pass
Diffstat (limited to 'help')
-rw-r--r--help/reference/shell/Makefile.am7
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