X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftool%2FMakefile.ng;h=d88bdc94cb027ef8db58ddc7aac21a4abad399c3;hp=807f24bc852162bfe7a51eed8251cf69f9134775;hb=7d7eb735f0c8b541e7809a68cb49174605147904;hpb=192e304b94f239de13b0f10ca01f6694fe6eea40 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-