]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/Makefile.am
Always cloak client hostname, if needed
[ngircd-alex.git] / src / Makefile.am
index 92f1b2e7476bf11ce4707e59e013c97e5bdadb55..e04ebe1b4a72989e47e9164ec4fb3f049ea89d7e 100644 (file)
@@ -8,17 +8,12 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.6 2005/04/09 12:22:41 alex Exp $
+# $Id: Makefile.am,v 1.8 2008/02/26 22:04:15 fw Exp $
 #
 
-SUBDIRS = portab tool ngircd testsuite
+SUBDIRS = portab tool ipaddr ngircd testsuite
 
 maintainer-clean-local:
        rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
 
-srcdoc:
-       @doxygen --version >/dev/null 2>&1 \
-        || ( echo; echo "Error: \"doxygen\" not found!"; echo; exit 1 )
-       doxygen
-
 # -eof-