]> arthur.barton.de Git - ngircd-alex.git/blob - src/ipaddr/Makefile.ng
Change build system to support new and old GNU automake
[ngircd-alex.git] / src / ipaddr / Makefile.ng
1 #
2 # ipaddr/Makefile.am
3 # (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
4 #
5
6 __ng_Makefile_am_template__
7
8 INCLUDES = -I$(srcdir)/../portab
9
10 noinst_LIBRARIES = libngipaddr.a
11
12 libngipaddr_a_SOURCES = ng_ipaddr.c
13
14 noinst_HEADERS = ng_ipaddr.h
15
16 maintainer-clean-local:
17         rm -f Makefile Makefile.in
18
19 # -eof-