* lib/Makefile.am (libboinc_a_SOURCES): add sighandle.[Ch].

svn path=/trunk/boinc/; revision=3089
This commit is contained in:
Kevin Dalley 2004-03-17 05:01:29 +00:00
parent a5fb138410
commit 6f53b88c4e
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ libboinc_a_SOURCES = \
shmem.h \
synch.h \
util.h \
base64.h
base64.h \
sighandle.C \
sighandle.h
# libboinc_graphics_a_SOURCES = \
# ../api/graphics_api.C \