1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Update Makefile variable names

This commit is contained in:
Eelco Dolstra 2014-02-01 12:23:14 +01:00
parent ac8c2ef1aa
commit 16e7d69209
18 changed files with 29 additions and 29 deletions

View file

@ -17,7 +17,7 @@ ifeq ($(perlbindings), yes)
$(d)/lib/Nix/Store.cc: $(d)/lib/Nix/Store.xs
xsubpp $^ -output $@
LIBS += Store
libraries += Store
Store_DIR := $(d)/lib/Nix
@ -37,6 +37,6 @@ ifeq ($(perlbindings), yes)
endif
clean_files += $(d)/lib/Nix/Config.pm $(d)/lib/Nix/Store.cc
clean-files += $(d)/lib/Nix/Config.pm $(d)/lib/Nix/Store.cc
dist_files += $(nix_perl_sources)
dist-files += $(nix_perl_sources)