]> arthur.barton.de Git - ngircd-alex.git/blob - src/ipaddr/Makefile.am
Fix NAMES/WHO response when client has multi-prefix
[ngircd-alex.git] / src / ipaddr / Makefile.am
1 AUTOMAKE_OPTIONS = ansi2knr
2
3 INCLUDES = -I$(srcdir)/../portab
4
5 noinst_LIBRARIES = libngipaddr.a
6
7 libngipaddr_a_SOURCES = ng_ipaddr.c
8
9 noinst_HEADERS = ng_ipaddr.h
10
11 maintainer-clean-local:
12         rm -f Makefile Makefile.in
13
14 # -eof-