aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-06 10:37:44 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-06 10:37:44 +0000
commite500b2830d8772fc42b4a1efff777e5ff8a2d29d (patch)
tree59b5fe986f38fc4a834b9c5c1567d3fcc38b263c
parent25da66197c4ff05c998a255f31c4a65d1c18885f (diff)
downloadlibmicrohttpd-e500b2830d8772fc42b4a1efff777e5ff8a2d29d.tar.gz
libmicrohttpd-e500b2830d8772fc42b4a1efff777e5ff8a2d29d.zip
Really fixed Makefile for poll test
-rw-r--r--src/microhttpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index b82b1239..b7ad13d9 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_select_CFLAGS = \ 202test_shutdown_poll_CFLAGS = \
203 $(AM_CFLAGS) $(PTHREAD_CFLAGS) 203 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
204test_shutdown_select_LDADD = \ 204test_shutdown_poll_LDADD = \
205 $(PTHREAD_LIBS) 205 $(PTHREAD_LIBS)
206endif 206endif