]> arthur.barton.de Git - ngircd.git/blobdiff - src/ipaddr/Makefile.am
Change build system to support new and old GNU automake
[ngircd.git] / src / ipaddr / Makefile.am
diff --git a/src/ipaddr/Makefile.am b/src/ipaddr/Makefile.am
deleted file mode 100644 (file)
index 6ce299f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# ipaddr/Makefile.am
-# (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
-#
-
-AUTOMAKE_OPTIONS = ../portab/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-