Cleanup src/Makefile.am
Make it compile on FreeBSD
This commit is contained in:
parent
f8154e3012
commit
4bfa726f8b
1 changed files with 1 additions and 4 deletions
|
@ -49,7 +49,7 @@ libtincd_la_SOURCES = \
|
||||||
crypto.h \
|
crypto.h \
|
||||||
device.h \
|
device.h \
|
||||||
digest.h \
|
digest.h \
|
||||||
dropin.c dropin.h \
|
dropin.c \
|
||||||
dummy_device.c \
|
dummy_device.c \
|
||||||
ecdh.h \
|
ecdh.h \
|
||||||
ecdsa.h \
|
ecdsa.h \
|
||||||
|
@ -60,8 +60,6 @@ libtincd_la_SOURCES = \
|
||||||
fake-gai-errnos.h \
|
fake-gai-errnos.h \
|
||||||
fake-getaddrinfo.c fake-getaddrinfo.h \
|
fake-getaddrinfo.c fake-getaddrinfo.h \
|
||||||
fake-getnameinfo.c fake-getnameinfo.h \
|
fake-getnameinfo.c fake-getnameinfo.h \
|
||||||
getopt.c getopt.h \
|
|
||||||
getopt1.c \
|
|
||||||
graph.c graph.h \
|
graph.c graph.h \
|
||||||
hash.c hash.h \
|
hash.c hash.h \
|
||||||
have.h \
|
have.h \
|
||||||
|
@ -100,7 +98,6 @@ libtincd_la_SOURCES = \
|
||||||
version.c version.h \
|
version.c version.h \
|
||||||
ed25519/ecdh.c \
|
ed25519/ecdh.c \
|
||||||
ed25519/ecdsa.c \
|
ed25519/ecdsa.c \
|
||||||
dropin.c dropin.h \
|
|
||||||
getopt.c getopt.h \
|
getopt.c getopt.h \
|
||||||
process.h process.c \
|
process.h process.c \
|
||||||
getopt1.c
|
getopt1.c
|
||||||
|
|
Loading…
Reference in a new issue