File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,6 @@ AC_CONFIG_FILES([Makefile dispatch/Makefile man/Makefile os/Makefile private/Mak
352
352
#
353
353
# Generate testsuite links
354
354
#
355
- AC_CONFIG_LINKS ( [ tests/dispatch:${x:+} private tests/leaks-wrapper:tests/leaks-wrapper.sh] )
355
+ AC_CONFIG_LINKS ( [ tests/dispatch:$top_srcdir/ private tests/leaks-wrapper:tests/leaks-wrapper.sh] )
356
356
357
357
AC_OUTPUT
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ if !BUILD_OWN_PTHREAD_WORKQUEUES
120
120
endif
121
121
endif
122
122
123
- LDADD =libbsdtests.la .. /src/libdispatch.la $(KQUEUE_LIBS ) $(PTHREAD_WORKQUEUE_LIBS ) $(BSD_OVERLAY_LIBS )
123
+ LDADD =libbsdtests.la $( top_builddir ) /src/libdispatch.la $(KQUEUE_LIBS ) $(PTHREAD_WORKQUEUE_LIBS ) $(BSD_OVERLAY_LIBS )
124
124
libbsdtests_la_LDFLAGS =-avoid-version
125
125
126
126
bsdtestsummarize_LDADD =-lm $(BSD_OVERLAY_LIBS )
You can’t perform that action at this time.
0 commit comments