Rename file

This commit is contained in:
Eelco Dolstra 2016-02-18 12:49:51 +01:00
parent ce5790285a
commit de77cc2910
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ 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 pool.hh sync.hh token-server.hh state.hh db.hh \
local-binary-cache.hh local-binary-cache.cc
binary-cache-store.hh binary-cache-store.cc
hydra_queue_runner_LDADD = $(NIX_LIBS) -lpqxx
AM_CXXFLAGS = $(NIX_CFLAGS) -Wall

View file

@ -1,4 +1,4 @@
#include "local-binary-cache.hh"
#include "binary-cache-store.hh"
#include "archive.hh"
#include "compression.hh"

View file

@ -7,7 +7,7 @@
#include "state.hh"
#include "build-result.hh"
#include "local-binary-cache.hh"
#include "binary-cache-store.hh"
#include "shared.hh"
#include "globals.hh"