2015-05-28 15:39:29 +00:00
|
|
|
bin_PROGRAMS = hydra-queue-runner
|
|
|
|
|
2015-06-25 13:29:22 +00:00
|
|
|
hydra_queue_runner_SOURCES = hydra-queue-runner.cc build-result.cc build-remote.cc \
|
2015-07-07 08:25:33 +00:00
|
|
|
build-result.hh counter.hh pool.hh sync.hh token-server.hh state.hh db.hh
|
2015-05-28 15:39:29 +00:00
|
|
|
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
|
|
|
|
|
|
|
|
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall
|