]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/Makefile.ng
ngIRCd Release 22~rc1
[ngircd-alex.git] / src / tool / Makefile.ng
index 807f24bc852162bfe7a51eed8251cf69f9134775..d88bdc94cb027ef8db58ddc7aac21a4abad399c3 100644 (file)
@@ -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-