From: Guus Sliepen Date: Fri, 8 Apr 2016 15:49:49 +0000 (+0200) Subject: Really don't compile getopt*.c if the system provides getopt_long(). X-Git-Tag: release-1.1pre12~43 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=20dd1c21dc6d238200e62a1111a7d0d145168548 Really don't compile getopt*.c if the system provides getopt_long(). --- diff --git a/src/Makefile.am b/src/Makefile.am index bd9115bf..1c1d8e0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,8 +98,6 @@ tincd_SOURCES = \ tinc_SOURCES = \ dropin.c dropin.h \ - getopt.c getopt.h \ - getopt1.c \ fsck.c fsck.h \ info.c info.h \ invitation.c invitation.h \