projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550a81d
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Apr 2005 09:15:28 +0000
(09:15 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Apr 2005 09:15:28 +0000
(09:15 +0000)
lib/contrib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/contrib/Makefile.am
b/lib/contrib/Makefile.am
index e204a5f82a78b8a0d3616fbccaacd094e0833f07..74faaf72f5c3c2496684e4d6f0337fa34ea2aab5 100644
(file)
--- a/
lib/contrib/Makefile.am
+++ b/
lib/contrib/Makefile.am
@@
-31,10
+31,12
@@
else
REGEX = regex.c
endif
+STRINGPREP = nfkc.c rfc3454.c stringprep.c
+
if SILC_WIN32
-libcontrib_la_SOURCES =
+libcontrib_la_SOURCES =
$(STRINGPREP)
else
-libcontrib_la_SOURCES =
nfkc.c rfc3454.c stringprep.c
$(GETOPT) $(REGEX)
+libcontrib_la_SOURCES =
$(STRINGPREP)
$(GETOPT) $(REGEX)
endif
EXTRA_DIST = *.c *.h