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:
drdani 2006-06-23 07:49:24 +00:00 committed by Adam Visegradi
parent 38f90abc8e
commit 5ac9695159
1 changed files with 4 additions and 2 deletions

View File

@ -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) \