Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nplab/guile-sctp
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed Sep 14, 2016
2 parents cb37833 + 8a959db commit 90ba831
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BUILT_SOURCES = $(XFILES)
SUFFIXES = .x

.c.x:
guile-snarf -o $@ $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
guile-snarf -o $@ $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CFLAGS) $<

EXTRA_DIST = bootstrap sctp.scm $(XFILES)

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# guile-sctp
A guile module for supporting SCTP
This is an extension for [guile](https://www.gnu.org/software/guile/) to add basic support for
using SCTP.

## Supported Platforms
It runs on Unix operating systems providing kernel SCTP support:
* FreeBSD.
* Linux, using the `libsctp-dev`package.
* Mac OS X, using the [SCTP-NKE](https://github.com/sctplab/SCTP_NKE_ElCapitan) for adding kernel SCTP support.
* Solaris.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ fi
aclocal -I /usr/local/share/aclocal
autoheader
autoconf
automake --gnu --add-missing --copy
automake --foreign --add-missing --copy
Empty file added config.rpath
Empty file.

0 comments on commit 90ba831

Please sign in to comment.