Server: various fixes for "make install"

This commit is contained in:
David Anderson 2013-08-24 20:36:49 -07:00
parent 223f448739
commit b2e06e0704
3 changed files with 7 additions and 6 deletions

View File

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

View File

@ -21,7 +21,7 @@ locale_dirs = \
gl \
hr \
hu \
it \
it_IT \
ja \
ko \
lt \

View File

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