You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by je...@apache.org on 2010/08/11 19:26:11 UTC

svn commit: r984481 - /trafficserver/traffic/trunk/iocore/dns/Makefile.am

Author: jesus
Date: Wed Aug 11 17:26:10 2010
New Revision: 984481

URL: http://svn.apache.org/viewvc?rev=984481&view=rev
Log:
missing proxy/http2 include path... we need it

Modified:
    trafficserver/traffic/trunk/iocore/dns/Makefile.am

Modified: trafficserver/traffic/trunk/iocore/dns/Makefile.am
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/iocore/dns/Makefile.am?rev=984481&r1=984480&r2=984481&view=diff
==============================================================================
--- trafficserver/traffic/trunk/iocore/dns/Makefile.am (original)
+++ trafficserver/traffic/trunk/iocore/dns/Makefile.am Wed Aug 11 17:26:10 2010
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
   -I$(top_srcdir)/proxy \
   -I$(top_srcdir)/proxy/mgmt2/preparse \
   -I$(top_srcdir)/proxy/hdrs \
+  -I$(top_srcdir)/proxy/http2 \
   -I$(top_srcdir)/proxy/mgmt2 \
   -I$(top_srcdir)/proxy/mgmt2/utils
 endif