[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/03: BUILD: add nat conf in
From: |
gnunet |
Subject: |
[gnunet] 01/03: BUILD: add nat conf in |
Date: |
Thu, 21 Sep 2023 19:34:55 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 0d5a37aa97557ba94fb220727acff56c3585bf34
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 21 19:19:19 2023 +0200
BUILD: add nat conf in
---
src/nat/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nat/meson.build b/src/nat/meson.build
index 5427a5cf6..23c2bb18d 100644
--- a/src/nat/meson.build
+++ b/src/nat/meson.build
@@ -8,7 +8,7 @@ gnunetservicenat_src = ['gnunet-service-nat.c',
'gnunet-service-nat_mini.c',
'gnunet-service-nat_helper.c']
-configure_file(input : 'nat.conf',
+configure_file(input : 'nat.conf.in',
output : 'nat.conf',
configuration : cdata,
install: true,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.