commit 25da66197c4ff05c998a255f31c4a65d1c18885f parent 96010724e3862241ff01a1b62f88499d2adc7827 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Fri, 5 Feb 2016 21:25:12 +0000 fixed Makefile for poll test Diffstat:
| M | src/microhttpd/Makefile.am | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am @@ -199,8 +199,8 @@ endif test_shutdown_poll_SOURCES = \ test_shutdown_select.c if USE_POSIX_THREADS -test_shutdown_poll_CFLAGS = \ - test_shutdown_select_CFLAGS -test_shutdown_poll_LDADD = \ - test_shutdown_select_LDADD +test_shutdown_select_CFLAGS = \ + $(AM_CFLAGS) $(PTHREAD_CFLAGS) +test_shutdown_select_LDADD = \ + $(PTHREAD_LIBS) endif