From 7b8d280e45f434cab6508b2186cd3b286a9c7b7c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Aug 2013 09:04:37 +0000 Subject: -reverting removal of Plibc, select on pipes problem is critial --- src/spdy2http/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/spdy2http/Makefile.am') diff --git a/src/spdy2http/Makefile.am b/src/spdy2http/Makefile.am index 3f11daa5..475bcbfe 100644 --- a/src/spdy2http/Makefile.am +++ b/src/spdy2http/Makefile.am @@ -6,7 +6,12 @@ if USE_COVERAGE AM_CFLAGS += -fprofile-arcs -ftest-coverage endif +if USE_PRIVATE_PLIBC_H + PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc +endif + AM_CPPFLAGS = \ + $(PLIBC_INCLUDE) \ -I$(top_srcdir) \ -I$(top_srcdir)/src/include \ -I$(top_srcdir)/src/applicationlayer \ -- cgit v1.2.3