We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5346a commit d8842e6Copy full SHA for d8842e6
Makefile.am
@@ -1,2 +1,5 @@
1
lib_LTLIBRARIES = libbthread.la
2
-libbthread_la_SOURCES = pt-cancel.c pt-docancel.c pt-init.c pt-setcancelstate.c pt-setcanceltype.c
+libbthread_la_SOURCES = pt-cancel.c pt-docancel.c pt-init.c pt-setcancelstate.c pt-setcanceltype.c pt-testcancel.c pt-internal.h
3
+include_HEADERS = bthread.h
4
+check_PROGRAMS = bthread-test
5
+bthread_test_SOURCES = pt-test.c
configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
AC_INIT([bthread], [0.2], [])
-AC_CONFIG_SRCDIR([pt-test.c])
+AC_CONFIG_SRCDIR([pt-cancel.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
6
0 commit comments