aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-05 21:25:12 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-05 21:25:12 +0000
commit25da66197c4ff05c998a255f31c4a65d1c18885f (patch)
tree6bcf8dc6bc029ac439d1157551fa1feba2804ada
parent96010724e3862241ff01a1b62f88499d2adc7827 (diff)
downloadlibmicrohttpd-25da66197c4ff05c998a255f31c4a65d1c18885f.tar.gz
libmicrohttpd-25da66197c4ff05c998a255f31c4a65d1c18885f.zip
fixed Makefile for poll test
-rw-r--r--src/microhttpd/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 67ec3cd8..b82b1239 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -199,8 +199,8 @@ endif
199test_shutdown_poll_SOURCES = \ 199test_shutdown_poll_SOURCES = \
200 test_shutdown_select.c 200 test_shutdown_select.c
201if USE_POSIX_THREADS 201if USE_POSIX_THREADS
202test_shutdown_poll_CFLAGS = \ 202test_shutdown_select_CFLAGS = \
203 test_shutdown_select_CFLAGS 203 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
204test_shutdown_poll_LDADD = \ 204test_shutdown_select_LDADD = \
205 test_shutdown_select_LDADD 205 $(PTHREAD_LIBS)
206endif 206endif