diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-05-02 11:54:19 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-05-02 11:54:19 -0700 |
commit | 1aa412759eb2b0d3594607f51ccf0ab88cc4032f (patch) | |
tree | f4a5bb6ab303b1f1faab2d6784a8d6276ad0f61e /src | |
parent | 83ec3bb2f61f3b811dbe66b6080c6058166de9f5 (diff) |
tet: Build dcancel.c
The xts5 programs use the functions in dcancel.
Diffstat (limited to 'src')
-rw-r--r-- | src/tet3/apilib/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tet3/apilib/Makefile.am b/src/tet3/apilib/Makefile.am index 1eeca7b0..fd90a93f 100644 --- a/src/tet3/apilib/Makefile.am +++ b/src/tet3/apilib/Makefile.am @@ -4,6 +4,7 @@ noinst_LTLIBRARIES = libapi.la # and xtilib libapi_la_LIBADD = ../tcm/libtcm.la ../dtet2lib/libdtet2.la libapi_la_SOURCES = \ + dcancel.c \ dconfig.c \ dresfile.c \ errno.c \ @@ -23,6 +24,3 @@ libapi_la_SOURCES = \ tet_exec.c \ tet_fork.c \ tet_spawn.c - -# This file didn't get compiled before the autotools conversion -# dcancel.c |