and we can't clean config.h and then touch the file, we actually need
some of the data that config.h contains.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86132
13f79535-47bb-0310-9956-
ffa450edef68
dnl ## This allows APR to detect libraries like dl and tell Apache that it
dnl ## needs to include or not include them.
RUN_SUBDIR_CONFIG_NOW(lib/apr)
+RUN_SUBDIR_CONFIG_NOW(lib/pcre)
. ./lib/apr/APRVARS
APACHE_GEN_CONFIG_VARS
LTLIBRARY_NAME = libpcre.la
LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
-CLEANFILES = dftables config.h chartables.c
+CLEANFILES = dftables chartables.c
+DISTCLEANFILES = config.h $(CLEANFILES)
include $(top_srcdir)/build/ltlib.mk