diff options
| author | Alexander Barton <alex@barton.de> | 2002-03-15 15:41:55 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-03-15 15:41:55 +0000 |
| commit | 31015c830689111327e30433f8071b0efdd74f1b (patch) | |
| tree | b7271b92846f8060056a5cd6e38efd809e5502d2 | |
| parent | b422b11865a6243c070983e3a80ea226904f0edc (diff) | |
| download | ngircd-31015c830689111327e30433f8071b0efdd74f1b.tar.gz ngircd-31015c830689111327e30433f8071b0efdd74f1b.zip | |
- portabtest wird nur noch compiliert, wenn benoetigt (z.B. "make check")
| -rw-r--r-- | src/portab/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |