diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 14:29:29 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 14:39:33 +0200 |
commit | 2c692a3b144523bca68dd6de618124ba6c9bb332 (patch) | |
tree | 2aa945ccc2a0b0ba6aa7413ca3874c53feb6094f /src/libfetchers | |
parent | e0a0ae0467fa8cdcc542f593b9d94283f04508ff (diff) |
Remove global -I flags
Diffstat (limited to 'src/libfetchers')
-rw-r--r-- | src/libfetchers/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libfetchers/local.mk b/src/libfetchers/local.mk index 4f3d4e85a..d7143d8a6 100644 --- a/src/libfetchers/local.mk +++ b/src/libfetchers/local.mk @@ -6,4 +6,6 @@ libfetchers_DIR := $(d) libfetchers_SOURCES := $(wildcard $(d)/*.cc) +libfetchers_CXXFLAGS += -I src/libutil -I src/libstore + libfetchers_LIBS = libutil libstore libnixrust |