From 6eeef2fc588b990d1e301cb4256d6b8a69b2afda Mon Sep 17 00:00:00 2001 From: Nav Date: Mon, 15 Dec 2014 16:39:31 +0000 Subject: Fixed redefinition error diff --git a/server/Makefile.in b/server/Makefile.in index 8111877..35323c6 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -34,7 +34,7 @@ test_char.h: gen_test_char util.lo: test_char.h EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR) -EXPORT_DIRS_APR = $(APR_INCLUDEDIR) $(APU_INCLUDEDIR) +EXPORT_DIRS_APR = $(APU_INCLUDEDIR) # If export_files is a dependency here, but we remove it during this stage, # when exports.c is generated, make will not detect that export_files is no -- 2.30.2