10 lines
337 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 \
2016-02-25 10:58:31 +01:00
build-result.hh counter.hh token-server.hh state.hh db.hh \
2016-02-26 19:54:55 +01:00
finally.hh
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
2016-02-18 16:18:50 +01:00
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall -laws-cpp-sdk-s3