Move buildRemote() into State

This commit is contained in:
Eelco Dolstra
2015-07-07 10:25:33 +02:00
parent df29527531
commit 63745b8e25
5 changed files with 42 additions and 59 deletions

View File

@ -1,7 +1,7 @@
bin_PROGRAMS = hydra-queue-runner
hydra_queue_runner_SOURCES = hydra-queue-runner.cc build-result.cc build-remote.cc \
build-remote.hh build-result.hh counter.hh pool.hh sync.hh token-server.hh state.hh db.hh
build-result.hh counter.hh pool.hh sync.hh token-server.hh state.hh db.hh
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall