diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-04-02 00:00:06 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-11-15 00:11:29 +0100 |
commit | 6569e8a62f1c3ef45c12b7ba8957cd5dc40fdfa9 (patch) | |
tree | 8ee795b173972a9a0de44ea85571f645cddf12e9 /Makefile.in | |
parent | c84f8f5700be6afaf36a48e0092b9d62f44196b6 (diff) |
Wireguard: Add user space support
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e6dbd572..74ed09a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -163,6 +163,7 @@ $(objdir)/sysdep/paths.h: Makefile echo >$@ "/* Generated by Makefile, don't edit manually! */" echo >>$@ "#define PATH_CONFIG_FILE \"@CONFIG_FILE@\"" echo >>$@ "#define PATH_CONTROL_SOCKET \"@CONTROL_SOCKET@\"" + echo >>$@ "#define PATH_RUNSTATEDIR \"$(runstatedir)\"" if test -n "@iproutedir@" ; then echo >>$@ "#define PATH_IPROUTE_DIR \"@iproutedir@\"" ; fi # Unit tests rules |