diff options
| author | Florian Westphal <fw@strlen.de> | 2008-02-26 23:50:35 +0100 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2008-02-26 23:50:35 +0100 |
| commit | feb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb (patch) | |
| tree | b572467ece1a378bc5939b7094c46f2e97fd1963 /src/Makefile.am | |
| parent | c31ad221a6cc48b709af056181d8d0be09898910 (diff) | |
| download | ngircd-feb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb.tar.gz ngircd-feb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb.zip | |
IPv6 support.
all references to struct sockaddr/in_addr have been removed from src/ngircd. libngipaddr (in src/ipaddr/) hides all the gory details. See src/ipaddr/ng_ipaddr.h for API description.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 24929f32..e04ebe1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,10 +8,10 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.7 2005/07/22 21:01:03 alex Exp $ +# $Id: Makefile.am,v 1.8 2008/02/26 22:04:15 fw Exp $ # -SUBDIRS = portab tool ngircd testsuite +SUBDIRS = portab tool ipaddr ngircd testsuite maintainer-clean-local: rm -f Makefile Makefile.in config.h config.h.in stamp-h.in |