mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-07 14:58:06 +00:00
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.
15 lines
225 B
Makefile
15 lines
225 B
Makefile
AUTOMAKE_OPTIONS = ansi2knr
|
|
|
|
INCLUDES = -I$(srcdir)/../portab
|
|
|
|
noinst_LIBRARIES = libngipaddr.a
|
|
|
|
libngipaddr_a_SOURCES = ng_ipaddr.c
|
|
|
|
noinst_HEADERS = ng_ipaddr.h
|
|
|
|
maintainer-clean-local:
|
|
rm -f Makefile Makefile.in
|
|
|
|
# -eof-
|