File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ AM_CXXFLAGS=$(DISPATCH_CFLAGS) $(CXXBLOCKS_FLAGS)
57
57
AM_OBJCXXFLAGS =$(DISPATCH_CFLAGS ) $(CXXBLOCKS_FLAGS )
58
58
59
59
if BUILD_OWN_PTHREAD_WORKQUEUES
60
- PTHREAD_WORKQUEUE_LIBS =.. /libpwq/libpthread_workqueue.la
61
- PTHREAD_WORKQUEUE_CFLAGS =-I.. /libpwq/include
60
+ PTHREAD_WORKQUEUE_LIBS =$( top_builddir ) /libpwq/libpthread_workqueue.la
61
+ PTHREAD_WORKQUEUE_CFLAGS =-I$( top_srcdir ) /libpwq/include
62
62
else
63
63
if HAVE_PTHREAD_WORKQUEUES
64
64
PTHREAD_WORKQUEUE_LIBS =-lpthread_workqueue
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ libbsdtests_la_SOURCES= \
10
10
bsdtests.c \
11
11
bsdtests.h \
12
12
dispatch_test.c \
13
- dispatch_test.h
13
+ dispatch_test.h \
14
+ linux_port.h
14
15
15
16
check_PROGRAMS = \
16
17
bsdtestharness \
You can’t perform that action at this time.
0 commit comments