diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 14:29:29 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-30 15:30:19 +0200 |
commit | e322a16523c3c0644a900453abbe32bd0fd982e3 (patch) | |
tree | 08aca5dc6758db7909e9b80fcb00a85e7ff066cb /tests/plugins | |
parent | eb1911e277bfcc1b161cb996205ae1696f496099 (diff) |
Remove global -I flags
(cherry picked from commit 2c692a3b144523bca68dd6de618124ba6c9bb332)
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/local.mk b/tests/plugins/local.mk index 1d2bac052..82ad99402 100644 --- a/tests/plugins/local.mk +++ b/tests/plugins/local.mk @@ -7,3 +7,5 @@ libplugintest_SOURCES := $(d)/plugintest.cc libplugintest_ALLOW_UNDEFINED := 1 libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1 + +libplugintest_CXXFLAGS := -I src/libutil -I src/libexpr |