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

git-svn: trunk@4043
remotes/push_mirror/0.95
Török Edvin 17 years ago
parent 1eb943f3fc
commit 307e51c124
  1. 2
      libclamav/Makefile.am
  2. 2
      libclamav/Makefile.in

@ -209,7 +209,7 @@ libclamav_internal_utils_la_LDFLAGS=-static
libclamav_internal_utils_la_CFLAGS=-DCLI_MEMFUNSONLY
lib_LTLIBRARIES = libclamav.la
noinst_LTLIBRARIES = libclamav_internal_utils.la
EXTRA_DIST = regex/engine.c libclamav.map jsparse-keywords.gperf \
EXTRA_DIST = regex/engine.c libclamav.map \
jsparse/generated/operators.h jsparse/generated/keywords.h jsparse/future_reserved_words.list\
jsparse/keywords.list jsparse/special_keywords.list jsparse/operators.gperf

@ -451,7 +451,7 @@ libclamav_internal_utils_la_LDFLAGS = -static
libclamav_internal_utils_la_CFLAGS = -DCLI_MEMFUNSONLY
lib_LTLIBRARIES = libclamav.la
noinst_LTLIBRARIES = libclamav_internal_utils.la
EXTRA_DIST = regex/engine.c libclamav.map jsparse-keywords.gperf \
EXTRA_DIST = regex/engine.c libclamav.map \
jsparse/generated/operators.h jsparse/generated/keywords.h jsparse/future_reserved_words.list\
jsparse/keywords.list jsparse/special_keywords.list jsparse/operators.gperf

Loading…
Cancel
Save