diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·53+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·53+0100 |
commit | b4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch) | |
tree | 1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /perl | |
parent | 568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff) |
Update Makefiles
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile index a0788e2a2812..8171d1945a47 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -20,7 +20,7 @@ ifeq ($(perlbindings), yes) Store_DIR := $(d)/lib/Nix - Store_SOURCES = Store.cc + Store_SOURCES := $(Store_DIR)/Store.cc Store_LIBS = libstore |