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 \
|
2020-07-27 20:38:59 +02:00
|
|
|
builder.cc build-result.cc build-remote.cc \
|
2022-03-10 02:01:48 +01:00
|
|
|
hydra-build-result.hh counter.hh state.hh db.hh \
|
2020-07-27 20:38:59 +02:00
|
|
|
nar-extractor.cc nar-extractor.hh
|
2022-03-10 12:21:30 -08:00
|
|
|
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx -lprometheus-cpp-pull -lprometheus-cpp-core
|
2019-05-08 21:22:52 +02:00
|
|
|
hydra_queue_runner_CXXFLAGS = $(NIX_CFLAGS) -Wall -I ../libhydra -Wno-deprecated-declarations
|