diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 4 |
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 | |||
199 | test_shutdown_poll_SOURCES = \ | 199 | test_shutdown_poll_SOURCES = \ |
200 | test_shutdown_select.c | 200 | test_shutdown_select.c |
201 | if USE_POSIX_THREADS | 201 | if USE_POSIX_THREADS |
202 | test_shutdown_select_CFLAGS = \ | 202 | test_shutdown_poll_CFLAGS = \ |
203 | $(AM_CFLAGS) $(PTHREAD_CFLAGS) | 203 | $(AM_CFLAGS) $(PTHREAD_CFLAGS) |
204 | test_shutdown_select_LDADD = \ | 204 | test_shutdown_poll_LDADD = \ |
205 | $(PTHREAD_LIBS) | 205 | $(PTHREAD_LIBS) |
206 | endif | 206 | endif |