forked from lix-project/hydra
Rename file
This commit is contained in:
parent
ce5790285a
commit
de77cc2910
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "local-binary-cache.hh"
|
||||
#include "binary-cache-store.hh"
|
||||
|
||||
#include "archive.hh"
|
||||
#include "compression.hh"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue