Update Makefiles
This commit is contained in:
parent
568b1b0a8a
commit
b4c684e0f9
15 changed files with 18 additions and 29 deletions
|
|
@ -4,9 +4,7 @@ libstore_NAME = libnixstore
|
|||
|
||||
libstore_DIR := $(d)
|
||||
|
||||
libstore_SOURCES = \
|
||||
store-api.cc local-store.cc remote-store.cc derivations.cc build.cc misc.cc \
|
||||
globals.cc references.cc pathlocks.cc gc.cc optimise-store.cc
|
||||
libstore_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
libstore_LIBS = libutil libformat
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue