projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ebfbb
)
Fix typo in Makefile.am.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 14 Apr 2016 20:59:42 +0000
(22:59 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 14 Apr 2016 20:59:42 +0000
(22:59 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
1c1d8e0
..
53dd68d
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-152,7
+152,7
@@
tincd_SOURCES += \
getopt1.c
tinc_SOURCES += \
getopt.c getopt.h \
- getopt1.c
endif
+ getopt1.c
sptps_test_SOURCES += \
getopt.c getopt.h \
getopt1.c