diff options
| author | Alexander Barton <alex@barton.de> | 2002-05-19 01:17:40 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-05-19 01:17:40 +0000 |
| commit | 679565603aebc3880fe640301ac8216811da5d32 (patch) | |
| tree | 470dc56788d8c52875551705fb6652b826411209 /src/portab/Makefile.am | |
| parent | cf029a81acfeee1bd591f17a9716811736fe4114 (diff) | |
| download | ngircd-679565603aebc3880fe640301ac8216811da5d32.tar.gz ngircd-679565603aebc3880fe640301ac8216811da5d32.zip | |
- neue Library "ngportab" begonnen: diese bildet Funktionen nach, die auf
dem Ziel-System nicht vorhanden sind -- wie z.B. vsnprintf().
Diffstat (limited to 'src/portab/Makefile.am')
| -rw-r--r-- | src/portab/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index a6e88892..d31cc171 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -9,9 +9,13 @@ # 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.2 2002/03/15 15:41:55 alex Exp $ +# $Id: Makefile.am,v 1.3 2002/05/19 01:17:40 alex Exp $ # +noinst_LIBRARIES = libngportab.a + +libngportab_a_SOURCES = vsnprintf.c + check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c |