Skip to content

Commit d8842e6

Browse files
committed
little autotools fixups
1 parent aa5346a commit d8842e6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
lib_LTLIBRARIES = libbthread.la
2-
libbthread_la_SOURCES = pt-cancel.c pt-docancel.c pt-init.c pt-setcancelstate.c pt-setcanceltype.c
2+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.69])
22
AC_INIT([bthread], [0.2], [])
3-
AC_CONFIG_SRCDIR([pt-test.c])
3+
AC_CONFIG_SRCDIR([pt-cancel.c])
44
AC_CONFIG_HEADERS([config.h])
55
AM_INIT_AUTOMAKE([foreign])
66

0 commit comments

Comments
 (0)