2015-05-28 17:39:29 +02:00
|
|
|
bin_PROGRAMS = hydra-queue-runner
|
|
|
|
|
2015-07-21 15:14:17 +02:00
|
|
|
hydra_queue_runner_SOURCES = hydra-queue-runner.cc queue-monitor.cc dispatcher.cc \
|
|
|
|
builder.cc build-result.cc build-remote.cc \
|
2016-10-10 16:01:48 +02:00
|
|
|
build-result.hh counter.hh token-server.hh state.hh db.hh
|
2020-06-23 13:43:54 +02:00
|
|
|
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
|
2019-05-08 21:22:52 +02:00
|
|
|
hydra_queue_runner_CXXFLAGS = $(NIX_CFLAGS) -Wall -I ../libhydra -Wno-deprecated-declarations
|