[Xfce4-commits] <exo:master> Fix distcheck.

Nick Schermer noreply at xfce.org
Wed Jul 21 20:16:01 CEST 2010


Updating branch refs/heads/master
         to aef82478af40ebf3fd6a3f3bd73a7629682f0e7c (commit)
       from a7bb851ddfc2756c54146b1f68ca701c26db72f0 (commit)

commit aef82478af40ebf3fd6a3f3bd73a7629682f0e7c
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jul 21 20:15:14 2010 +0200

    Fix distcheck.

 docs/reference/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 9796378..5926b16 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -22,8 +22,8 @@ MKDB_OPTIONS=--output-format=xml --sgml-mode --name-space=exo
 FIXXREF_OPTIONS=
 
 # Used for dependencies
-HFILE_GLOB=$(top_srcdir)/exo/*.h $(top_srcdir)/exo-hal/*.h
-CFILE_GLOB=$(top_srcdir)/exo/*.c $(top_srcdir)/exo-hal/*.c
+HFILE_GLOB=$(top_srcdir)/exo/*.h
+CFILE_GLOB=$(top_srcdir)/exo/*.c
 
 # Header files to ignore when scanning
 IGNORE_HFILES=



More information about the Xfce4-commits mailing list