mirror of https://github.com/BOINC/boinc.git
new source of master added
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@749 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
38f90abc8e
commit
5ac9695159
|
@ -21,7 +21,8 @@ noinst_HEADERS = condor_common.h \
|
|||
condor_log.h \
|
||||
condor_utils.h \
|
||||
condor_result.h \
|
||||
condor_slave.h
|
||||
condor_slave.h \
|
||||
condor_event.h
|
||||
|
||||
libdc_condor_la_SOURCES = condor_master.c \
|
||||
condor_common.c \
|
||||
|
@ -29,7 +30,8 @@ libdc_condor_la_SOURCES = condor_master.c \
|
|||
condor_managewu.c \
|
||||
condor_log.cc \
|
||||
condor_utils.c \
|
||||
condor_result.c
|
||||
condor_result.c \
|
||||
condor_event.c
|
||||
|
||||
libdc_condor_la_LIBADD = ../common/libdc-common-master.la \
|
||||
$(GLIB_LIBS) \
|
||||
|
|
Loading…
Reference in New Issue