diff options
Diffstat (limited to 'src/nix-store/Makefile')
-rw-r--r-- | src/nix-store/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile b/src/nix-store/Makefile index 105513872e81..edd111b42015 100644 --- a/src/nix-store/Makefile +++ b/src/nix-store/Makefile @@ -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 |