From 4bfa726f8bd5d0ef7d85ccb83c2112fcd43d9fb5 Mon Sep 17 00:00:00 2001 From: thorkill Date: Tue, 30 Jun 2015 22:48:15 +0200 Subject: [PATCH] Cleanup src/Makefile.am Make it compile on FreeBSD --- src/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2fe4a4ef..e3cefa5b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ libtincd_la_SOURCES = \ crypto.h \ device.h \ digest.h \ - dropin.c dropin.h \ + dropin.c \ dummy_device.c \ ecdh.h \ ecdsa.h \ @@ -60,8 +60,6 @@ libtincd_la_SOURCES = \ fake-gai-errnos.h \ fake-getaddrinfo.c fake-getaddrinfo.h \ fake-getnameinfo.c fake-getnameinfo.h \ - getopt.c getopt.h \ - getopt1.c \ graph.c graph.h \ hash.c hash.h \ have.h \ @@ -100,7 +98,6 @@ libtincd_la_SOURCES = \ version.c version.h \ ed25519/ecdh.c \ ed25519/ecdsa.c \ - dropin.c dropin.h \ getopt.c getopt.h \ process.h process.c \ getopt1.c