Skip to content

Commit

Permalink
Server: various fixes for "make install"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Aug 25, 2013
1 parent 223f448 commit b2e06e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion db/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion locale/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locale_dirs = \
gl \
hr \
hu \
it \
it_IT \
ja \
ko \
lt \
Expand Down
7 changes: 3 additions & 4 deletions sched/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ schedshare_PROGRAMS = \
sample_trivial_validator \
sample_work_generator \
single_job_assimilator \
size_regulator \
size_regulator \
transitioner \
trickle_credit \
trickle_deadline \
Expand All @@ -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 \
Expand Down

0 comments on commit b2e06e0

Please sign in to comment.