Browse code

jsparse-keywords.gperf is an intermediate file, no need to have it in EXTRA_DIST

git-svn: trunk@4043

Török Edvin authored on 2008/07/31 23:05:56
Showing 2 changed files
... ...
@@ -209,7 +209,7 @@ libclamav_internal_utils_la_LDFLAGS=-static
209 209
 libclamav_internal_utils_la_CFLAGS=-DCLI_MEMFUNSONLY
210 210
 lib_LTLIBRARIES = libclamav.la
211 211
 noinst_LTLIBRARIES = libclamav_internal_utils.la
212
-EXTRA_DIST = regex/engine.c libclamav.map jsparse-keywords.gperf \
212
+EXTRA_DIST = regex/engine.c libclamav.map \
213 213
 	     jsparse/generated/operators.h jsparse/generated/keywords.h jsparse/future_reserved_words.list\
214 214
 	     jsparse/keywords.list jsparse/special_keywords.list jsparse/operators.gperf
215 215
 
... ...
@@ -451,7 +451,7 @@ libclamav_internal_utils_la_LDFLAGS = -static
451 451
 libclamav_internal_utils_la_CFLAGS = -DCLI_MEMFUNSONLY
452 452
 lib_LTLIBRARIES = libclamav.la
453 453
 noinst_LTLIBRARIES = libclamav_internal_utils.la
454
-EXTRA_DIST = regex/engine.c libclamav.map jsparse-keywords.gperf \
454
+EXTRA_DIST = regex/engine.c libclamav.map \
455 455
 	     jsparse/generated/operators.h jsparse/generated/keywords.h jsparse/future_reserved_words.list\
456 456
 	     jsparse/keywords.list jsparse/special_keywords.list jsparse/operators.gperf
457 457