Skip to content

Commit

Permalink
little autotools fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-mind committed Oct 13, 2015
1 parent aa5346a commit d8842e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
lib_LTLIBRARIES = libbthread.la
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
include_HEADERS = bthread.h
check_PROGRAMS = bthread-test
bthread_test_SOURCES = pt-test.c
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit d8842e6

Please sign in to comment.