From 307e51c124b7a3f90af0ed79b5fd72159accfbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edvin?= Date: Thu, 31 Jul 2008 14:05:56 +0000 Subject: [PATCH] jsparse-keywords.gperf is an intermediate file, no need to have it in EXTRA_DIST git-svn: trunk@4043 --- libclamav/Makefile.am | 2 +- libclamav/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am index f43db27b4..4a3190f09 100644 --- a/libclamav/Makefile.am +++ b/libclamav/Makefile.am @@ -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 diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in index ed0751628..bc633af90 100644 --- a/libclamav/Makefile.in +++ b/libclamav/Makefile.in @@ -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