mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
Update Makefiles
This commit is contained in:
parent
568b1b0a8a
commit
b4c684e0f9
15 changed files with 18 additions and 29 deletions
|
@ -2,7 +2,7 @@ PROGRAMS += nix-store
|
|||
|
||||
nix-store_DIR := $(d)
|
||||
|
||||
nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
|
||||
nix-store_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
nix-store_LIBS = libmain libstore libutil libformat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue