mirror of https://github.com/BOINC/boinc.git
9 lines
201 B
Makefile
9 lines
201 B
Makefile
|
## $Id$
|
||
|
|
||
|
include $(top_srcdir)/Makefile.incl
|
||
|
|
||
|
EXTRA_PROGRAMS = api_app api_test
|
||
|
|
||
|
api_app_SOURCES = api_app.C mfile.C boinc_api.C ../lib/parse.C
|
||
|
api_test_SOURCES = boinc_api.C api_test.C ../lib/parse.C
|