X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftool%2FMakefile.ng;h=d88bdc94cb027ef8db58ddc7aac21a4abad399c3;hb=c5da48368569383d064a2325ab3b99d10287a085;hp=807f24bc852162bfe7a51eed8251cf69f9134775;hpb=192e304b94f239de13b0f10ca01f6694fe6eea40;p=ngircd-alex.git diff --git a/src/tool/Makefile.ng b/src/tool/Makefile.ng index 807f24bc..d88bdc94 100644 --- a/src/tool/Makefile.ng +++ b/src/tool/Makefile.ng @@ -11,7 +11,9 @@ __ng_Makefile_am_template__ -INCLUDES = -I$(srcdir)/../portab +EXTRA_DIST = Makefile.ng + +AM_CPPFLAGS = -I$(srcdir)/../portab noinst_LIBRARIES = libngtool.a @@ -20,6 +22,6 @@ libngtool_a_SOURCES = tool.c noinst_HEADERS = tool.h maintainer-clean-local: - rm -f Makefile Makefile.in + rm -f Makefile Makefile.in Makefile.am # -eof-