Make --disable-libevent-regress work again

This commit is contained in:
Nick Mathewson 2013-03-15 09:33:13 -04:00
parent 9443868d55
commit 787fd7489f

View File

@ -29,12 +29,10 @@ TESTPROGRAMS = \
test/test-weof \
test/regress
noinst_PROGRAMS += $(TESTPROGRAMS)
if BUILD_REGRESS
noinst_PROGRAMS += test/regress
endif
noinst_PROGRAMS += $(TESTPROGRAMS)
EXTRA_PROGRAMS+= test/regress
endif
noinst_HEADERS+= \
test/regress.h \