From: Alexander Barton Date: Fri, 15 Mar 2002 15:41:55 +0000 (+0000) Subject: - portabtest wird nur noch compiliert, wenn benoetigt (z.B. "make check") X-Git-Tag: rel-0-4-1~66 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=31015c830689111327e30433f8071b0efdd74f1b - portabtest wird nur noch compiliert, wenn benoetigt (z.B. "make check") --- diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index 7c8d15fe..a6e88892 100644 --- 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