diff options
Diffstat (limited to 'src/tests/Makefile.am')
| -rw-r--r-- | src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 5dacae8d..e1734b6d 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -137,6 +137,7 @@ test_utils_DEPENDENCIES = \ test_utils_CPPFLAGS = \ $(AM_CPPFLAGS) \ -DPREFIX=\"/nonexistent\" \ + -DLOCALSTATEDIR=\"$(localstatedir)\" \ -DNMSTATEDIR=\"/nonsense\" test_utils_LDADD = \ |