From c635f5d0ea6ff9ca3089c3749b9bd2dcdd1c5289 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 26 Feb 2016 19:54:55 +0100 Subject: [PATCH] Fix Makefile.am --- src/hydra-queue-runner/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hydra-queue-runner/Makefile.am b/src/hydra-queue-runner/Makefile.am index 2cf4fcdb..12b7e01e 100644 --- a/src/hydra-queue-runner/Makefile.am +++ b/src/hydra-queue-runner/Makefile.am @@ -3,7 +3,8 @@ bin_PROGRAMS = hydra-queue-runner 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 token-server.hh state.hh db.hh \ - s3-binary-cache-store.hh s3-binary-cache-store.cc + s3-binary-cache-store.hh s3-binary-cache-store.cc \ + finally.hh hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx AM_CXXFLAGS = $(NIX_CFLAGS) -Wall -laws-cpp-sdk-s3