Really fixed Makefile for poll test

This commit is contained in:
Evgeny Grin (Karlson2k)
2016-02-06 10:37:44 +00:00
parent 25da66197c
commit e500b2830d
+2 -2
View File
@@ -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