From: Guus Sliepen Date: Thu, 14 Apr 2016 20:59:42 +0000 (+0200) Subject: Fix typo in Makefile.am. X-Git-Tag: release-1.1pre12~35 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2802b3a49797a0f58d6a8f4d9945d54acc64d996 Fix typo in Makefile.am. --- diff --git a/src/Makefile.am b/src/Makefile.am index 1c1d8e0a..53dd68da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -152,7 +152,7 @@ tincd_SOURCES += \ getopt1.c tinc_SOURCES += \ getopt.c getopt.h \ - getopt1.cendif + getopt1.c sptps_test_SOURCES += \ getopt.c getopt.h \ getopt1.c