repo: ngircd action: commit revision: path_from: revision_from: 31015c830689111327e30433f8071b0efdd74f1b: path_to: revision_to:
commit 31015c830689111327e30433f8071b0efdd74f1b Author: Alexander BartonDate: Fri Mar 15 15:41:55 2002 +0000 - portabtest wird nur noch compiliert, wenn benoetigt (z.B. "make check") diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am
--- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -9,10 +9,10 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.1 2002/03/12 14:36:44 alex Exp $ +# $Id: Makefile.am,v 1.2 2002/03/15 15:41:55 alex Exp $ # -noinst_PROGRAMS = portabtest +check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c
-----END OF PAGE-----