X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fipaddr%2FMakefile.ng;h=ecfce2953b4a2c9d4aee0038f8a787a83bf3bbaa;hp=3d5a5db9ca19a9d531c4e314bfd4ef21cc4846ce;hb=a14eb495b75c8c2a2a32ddb6eecf50dc174f811c;hpb=192e304b94f239de13b0f10ca01f6694fe6eea40 diff --git a/src/ipaddr/Makefile.ng b/src/ipaddr/Makefile.ng index 3d5a5db9..ecfce295 100644 --- a/src/ipaddr/Makefile.ng +++ b/src/ipaddr/Makefile.ng @@ -5,7 +5,9 @@ __ng_Makefile_am_template__ -INCLUDES = -I$(srcdir)/../portab +EXTRA_DIST = Makefile.ng + +AM_CPPFLAGS = -I$(srcdir)/../portab noinst_LIBRARIES = libngipaddr.a @@ -14,6 +16,6 @@ libngipaddr_a_SOURCES = ng_ipaddr.c noinst_HEADERS = ng_ipaddr.h maintainer-clean-local: - rm -f Makefile Makefile.in + rm -f Makefile Makefile.in Makefile.am # -eof-