X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2FMakefile.am;h=e04ebe1b4a72989e47e9164ec4fb3f049ea89d7e;hp=92f1b2e7476bf11ce4707e59e013c97e5bdadb55;hb=20b52fe33dc3387d50790ed6da8c47c34277527a;hpb=811ac48bd2bfb919a90c44eb7d3fff11da5668d4 diff --git a/src/Makefile.am b/src/Makefile.am index 92f1b2e7..e04ebe1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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-