mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2453
This commit is contained in:
parent
dee05eb5ad
commit
1a56274103
|
@ -4,7 +4,8 @@ include $(top_srcdir)/Makefile.incl
|
||||||
|
|
||||||
bin_PROGRAMS = md5_test shmem_test crypt_prog
|
bin_PROGRAMS = md5_test shmem_test crypt_prog
|
||||||
EXTRA_PROGRAMS = msg_test synch_test
|
EXTRA_PROGRAMS = msg_test synch_test
|
||||||
noinst_LIBRARIES = libboinc.a libboinc_graphics.a
|
noinst_LIBRARIES = libboinc.a
|
||||||
|
#libboinc_graphics.a
|
||||||
EXTRA_DIST = result_state.h
|
EXTRA_DIST = result_state.h
|
||||||
|
|
||||||
libboinc_a_SOURCES = \
|
libboinc_a_SOURCES = \
|
||||||
|
@ -35,9 +36,9 @@ libboinc_a_SOURCES = \
|
||||||
synch.h \
|
synch.h \
|
||||||
util.h
|
util.h
|
||||||
|
|
||||||
libboinc_graphics_a_SOURCES = \
|
# libboinc_graphics_a_SOURCES = \
|
||||||
../api/graphics_api.C \
|
# ../api/graphics_api.C \
|
||||||
../api/graphics_data.C
|
# ../api/graphics_data.C
|
||||||
|
|
||||||
md5_test_SOURCES = md5_test.C md5.c md5_file.C
|
md5_test_SOURCES = md5_test.C md5.c md5_file.C
|
||||||
shmem_test_SOURCES = shmem_test.C shmem.C
|
shmem_test_SOURCES = shmem_test.C shmem.C
|
||||||
|
|
Loading…
Reference in New Issue