10 lines
369 B
Makefile
Raw Normal View History

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 \
build-result.hh counter.hh pool.hh sync.hh token-server.hh state.hh db.hh \
2016-02-18 12:49:51 +01:00
binary-cache-store.hh binary-cache-store.cc
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall