From e500b2830d8772fc42b4a1efff777e5ff8a2d29d Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 6 Feb 2016 10:37:44 +0000 Subject: [PATCH] Really fixed Makefile for poll test --- src/microhttpd/Makefile.am | 4 ++-- 1 file 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 test_shutdown_poll_SOURCES = \ test_shutdown_select.c if USE_POSIX_THREADS -test_shutdown_select_CFLAGS = \ +test_shutdown_poll_CFLAGS = \ $(AM_CFLAGS) $(PTHREAD_CFLAGS) -test_shutdown_select_LDADD = \ +test_shutdown_poll_LDADD = \ $(PTHREAD_LIBS) endif