1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Made spdynative noinst

This commit is contained in:
Tatsuhiro Tsujikawa 2012-03-27 00:11:47 +09:00
parent 31286d9326
commit c23a86510e

View File

@ -56,7 +56,7 @@ spdyd_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} \
spdyd.cc
if HAVE_STDCXX_11
bin_PROGRAMS += spdynative
noinst_PROGRAMS = spdynative
spdynative_CXXFLAGS = -std=c++0x
spdynative_SOURCES = ${HELPER_OBJECTS} ${HELPER_HFILES} \
${EVENT_OBJECTS} ${EVENT_HFILES} \