Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2011-04-15 14:35:59 +0400
committerKandrashin Denis <mail@lintest.ru>2011-04-15 14:35:59 +0400
commit69ffb45ae9dc62820c74ebe1e57445385f2e7ba8 (patch)
treea737247745c5c1c60f749289b27d3e1e3af965ab /Makefile.in
parentcf75954bc357794bbb7341985dbb437d94e70c5a (diff)
FAXPP flag HAVE_CONFIG
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ecd6df6..d8a37e99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,8 +52,8 @@ EXPAT_STATIC_OBJECTS = \
expat_static_xmltok.o \
expat_static_xmltok_impl.o \
expat_static_xmltok_ns.o
-FAXPP_STATIC_CFLAGS = -I./faxpp -I$(srcdir)/3rdparty/faxpp/include $(CPPFLAGS) \
- $(CFLAGS)
+FAXPP_STATIC_CFLAGS = -DHAVE_CONFIG -I./faxpp \
+ -I$(srcdir)/3rdparty/faxpp/include $(CPPFLAGS) $(CFLAGS)
FAXPP_STATIC_OBJECTS = \
faxpp_static_attlistdecl.o \
faxpp_static_buffer.o \