summary refs log tree commit diff
path: root/src/tool/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-09-24 20:28:02 +0200
committerAlexander Barton <alex@barton.de>2012-09-24 20:28:02 +0200
commit8cfb9104419d3c00fbef3fe8639eb04f03d83f3d (patch)
tree0e6447693d035653bd309b0f12fb0e7077836005 /src/tool/Makefile.am
parenta3f3a1097b41d96571c0606b7096aabeeccb8e70 (diff)
parent039a939cb8a85f242a017cb4c68003af2b02dfca (diff)
downloadngircd-8cfb9104419d3c00fbef3fe8639eb04f03d83f3d.tar.gz
ngircd-8cfb9104419d3c00fbef3fe8639eb04f03d83f3d.zip
Merge branch 'automake-am11-am12'
* automake-am11-am12:
  autogen.sh: detect automake version format a.b.c and a.b
  configure.ng: don't require GIT tree to detect version string
  Include .mailmap file in distribution archives
  Include all build-system files into distribution archives
  Change build system to support new and old GNU automake
Diffstat (limited to 'src/tool/Makefile.am')
-rw-r--r--src/tool/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/tool/Makefile.am b/src/tool/Makefile.am
deleted file mode 100644
index a515b4d3..00000000
--- a/src/tool/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# Please read the file COPYING, README and AUTHORS for more information.
-#
-
-AUTOMAKE_OPTIONS = ../portab/ansi2knr
-
-AM_CPPFLAGS = -I$(srcdir)/../portab
-
-noinst_LIBRARIES = libngtool.a
-
-libngtool_a_SOURCES = tool.c
-
-noinst_HEADERS = tool.h
-
-maintainer-clean-local:
-	rm -f Makefile Makefile.in
-
-# -eof-