changeset 259:ef31deb3aede

Added some comments
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 09 Dec 2008 15:01:08 +0900
parents 8e0a993d8487
children 81d6d0604e91
files waaad/tests/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/waaad/tests/Makefile.am	Mon Dec 08 18:09:30 2008 +0900
+++ b/waaad/tests/Makefile.am	Tue Dec 09 15:01:08 2008 +0900
@@ -23,8 +23,8 @@
 
 
 # List of daemon's source files, without the "main" function
-# ALLSOURCES := $(filter-out ../main.c, $(subst $(srcdir)/,,$(shell echo $(srcdir)/../*.c)))
-# ... does not work :(
+# WAAADSOURCES = $(filter-out ../main.c, $(subst $(srcdir)/,,$(shell echo $(srcdir)/../*.c)))
+# ... does not work :( It would have to be understood by Automake, not make...
 
 WAAADSOURCES =  ../conf.c ../conf-gram.y ../conf.h ../conf-token.l \
 		../dict-base.c ../dict-base.h ../dict-hardcoded.h \
"Welcome to our mercurial repository"