From 7b509237cded1e5b26885613ce96d4ffb2870b21 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 22 Feb 2016 18:05:15 +0100 Subject: [PATCH] Bleh Automake --- 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 6d526c89..83242759 100644 --- a/src/hydra-queue-runner/Makefile.am +++ b/src/hydra-queue-runner/Makefile.am @@ -5,7 +5,8 @@ hydra_queue_runner_SOURCES = hydra-queue-runner.cc queue-monitor.cc dispatcher.c build-result.hh counter.hh pool.hh sync.hh token-server.hh state.hh db.hh \ binary-cache-store.hh binary-cache-store.cc \ local-binary-cache-store.hh local-binary-cache-store.cc \ - s3-binary-cache-store.hh s3-binary-cache-store.cc + s3-binary-cache-store.hh s3-binary-cache-store.cc \ + lru-cache.hh hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx AM_CXXFLAGS = $(NIX_CFLAGS) -Wall -laws-cpp-sdk-s3