diff options
Diffstat (limited to 'src/ipaddr/Makefile.am')
| -rw-r--r-- | src/ipaddr/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ipaddr/Makefile.am b/src/ipaddr/Makefile.am new file mode 100644 index 00000000..fcbb7cfd --- /dev/null +++ b/src/ipaddr/Makefile.am @@ -0,0 +1,14 @@ +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- |