about summary refs log blame commit diff
path: root/src/nix-store/local.mk
blob: ade0b233adf3f8dc6dbce5c835e9ba4da14b1fc1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
 
                     
 
                                          

                                                   
 
                                                 
programs += nix-store

nix-store_DIR := $(d)

nix-store_SOURCES := $(wildcard $(d)/*.cc)

nix-store_LIBS = libmain libstore libutil libformat

nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)