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=dc88420636b7be4ccf5774fa7bb27b12ee540591;hb=7d7eb735f0c8b541e7809a68cb49174605147904;hpb=8e1beae4e7e57f5ef74fcc82532162a228e2e831 diff --git a/src/tool/Makefile.ng b/src/tool/Makefile.ng index dc884206..d88bdc94 100644 --- a/src/tool/Makefile.ng +++ b/src/tool/Makefile.ng @@ -13,7 +13,7 @@ __ng_Makefile_am_template__ EXTRA_DIST = Makefile.ng -INCLUDES = -I$(srcdir)/../portab +AM_CPPFLAGS = -I$(srcdir)/../portab noinst_LIBRARIES = libngtool.a @@ -22,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-