From 69bcf664a8be356cdd6b1a5d5b643227f6909ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 16 Jan 2018 10:40:40 +0000 Subject: [PATCH] Update 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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3f6099b..4e6741c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,6 @@ glorytun_SOURCES = \ src/tun.h \ src/iface.c \ src/iface.h \ - src/db.c \ - src/db.h \ mud/mud.h \ mud/mud.c @@ -25,11 +23,7 @@ EXTRA_DIST = \ LICENSE \ README.md \ VERSION \ - systemd/glorytun-client.network \ - systemd/glorytun-run \ - systemd/glorytun-setup \ - systemd/glorytun.network \ - systemd/glorytun@.service.in \ + systemd \ mud/LICENSE \ mud/README.md \ meson.build \