From e856c3c7d001a13c37d959ffb3605925bbc91e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 12 Feb 2018 07:59:16 +0000 Subject: [PATCH] Fix Makefile.am MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d75598..b6b03b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ glorytun_LDADD = $(libsodium_LIBS) glorytun_SOURCES = \ argz/argz.c \ argz/argz.h \ - mud/mud.c + mud/mud.c \ mud/mud.h \ src/bench.c \ src/bind.c \ @@ -23,7 +23,7 @@ glorytun_SOURCES = \ src/path.c \ src/str.h \ src/tun.c \ - src/tun.h \ + src/tun.h EXTRA_DIST = \ LICENSE \