From 3f3b21f08da090a93bf446d550257bf010ef7c76 Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 5 Jan 2016 14:16:30 +0100 Subject: [PATCH] Update Makefile.am --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ece74cb..dfb762c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,10 @@ glorytun_CFLAGS = $(libsodium_CFLAGS) glorytun_LDADD = $(libsodium_LIBS) glorytun_SOURCES = \ src/common.h \ - src/common-static.h \ src/common.c \ - src/ip-static.h \ + src/buffer.h \ + src/ip.h \ + src/str.h \ src/main.c \ src/option.c \ src/option.h \