mirror of https://github.com/BOINC/boinc.git
- compile fixes for Unix
svn path=/trunk/boinc/; revision=15961
This commit is contained in:
parent
4bf97d0e3f
commit
79d6e256d8
|
@ -106,9 +106,9 @@ pkginclude_HEADERS = \
|
|||
md5_test_SOURCES = md5_test.C md5.c md5_file.C
|
||||
shmem_test_SOURCES = shmem_test.C shmem.C
|
||||
msg_test_SOURCES = msg_test.C msg_queue.C
|
||||
crypt_prog_SOURCES = crypt_prog.C crypt.C md5.c md5_file.C
|
||||
crypt_prog_SOURCES = crypt_prog.C crypt.C md5.c md5_file.C filesys.C
|
||||
crypt_prog_DEPENDENCIES =
|
||||
crypt_prog_LDADD = $(RSA_LIBS) $(PTHREAD_LIBS)
|
||||
crypt_prog_LDADD = $(lib_LIBRARIES) $(RSA_LIBS) $(PTHREAD_LIBS)
|
||||
|
||||
clean-local:
|
||||
rm -f @CLIENT_CMD_BIN_FILENAME@
|
||||
|
|
Loading…
Reference in New Issue