mirror of https://github.com/BOINC/boinc.git
Server: various fixes for "make install"
This commit is contained in:
parent
223f448739
commit
b2e06e0704
|
@ -10,4 +10,6 @@ endif
|
|||
|
||||
## other stuff to go into the distribution
|
||||
extradir = $(prefix)/share/boinc-server-maker/db
|
||||
dist_extra_DATA = constraints.sql schema.sql init_db
|
||||
dist_extra_DATA = constraints.sql schema.sql
|
||||
|
||||
dist_extra_SCRIPTS = init_db
|
||||
|
|
|
@ -21,7 +21,7 @@ locale_dirs = \
|
|||
gl \
|
||||
hr \
|
||||
hu \
|
||||
it \
|
||||
it_IT \
|
||||
ja \
|
||||
ko \
|
||||
lt \
|
||||
|
|
|
@ -116,7 +116,7 @@ schedshare_PROGRAMS = \
|
|||
sample_trivial_validator \
|
||||
sample_work_generator \
|
||||
single_job_assimilator \
|
||||
size_regulator \
|
||||
size_regulator \
|
||||
transitioner \
|
||||
trickle_credit \
|
||||
trickle_deadline \
|
||||
|
@ -130,11 +130,10 @@ schedcgi_PROGRAMS= \
|
|||
schedshare_DATA = \
|
||||
db_dump_spec.xml \
|
||||
assimilator.py \
|
||||
pymw_assimilator.py \
|
||||
transitioner_catchup.php
|
||||
pymw_assimilator.py
|
||||
|
||||
# scripts that 'make install' should put in bindir
|
||||
schedshare_SCRIPTS = start stop status
|
||||
schedshare_SCRIPTS = start stop status transitioner_catchup.php
|
||||
|
||||
noinst_HEADERS = \
|
||||
assimilate_handler.h \
|
||||
|
|
Loading…
Reference in New Issue