mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
Merge remote-tracking branch 'rosslagerwall/tree-build'
This commit is contained in:
commit
0a051ef93c
@ -107,7 +107,7 @@ test_regress_SOURCES += test/regress_iocp.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
test_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la $(PTHREAD_LIBS) $(ZLIB_LIBS)
|
test_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la $(PTHREAD_LIBS) $(ZLIB_LIBS)
|
||||||
test_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) $(ZLIB_CFLAGS)
|
test_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) $(ZLIB_CFLAGS) -Itest
|
||||||
test_regress_LDFLAGS = $(PTHREAD_CFLAGS)
|
test_regress_LDFLAGS = $(PTHREAD_CFLAGS)
|
||||||
|
|
||||||
if OPENSSL
|
if OPENSSL
|
||||||
|
@ -37,7 +37,8 @@ fi
|
|||||||
srcdir=$1
|
srcdir=$1
|
||||||
srcdir=${srcdir:-.}
|
srcdir=${srcdir:-.}
|
||||||
|
|
||||||
${PYTHON2} ${srcdir}/../event_rpcgen.py --quiet ${srcdir}/regress.rpc
|
${PYTHON2} ${srcdir}/../event_rpcgen.py --quiet ${srcdir}/regress.rpc \
|
||||||
|
test/regress.gen.h test/regress.gen.c
|
||||||
|
|
||||||
case "$?" in
|
case "$?" in
|
||||||
0)
|
0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user