]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- addes required libngircd.a library to portabcheck_LDADD.
authorAlexander Barton <alex@barton.de>
Thu, 26 Dec 2002 14:46:28 +0000 (14:46 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 26 Dec 2002 14:46:28 +0000 (14:46 +0000)
src/portab/Makefile.am

index 3bffdc3c69726e127d8956dc7712a9cff26f9d06..060503001a49687c886592e78acf32949f2f5b13 100644 (file)
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
 # 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.5 2002/12/26 13:18:46 alex Exp $
+# $Id: Makefile.am,v 1.6 2002/12/26 14:46:28 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = ansi2knr
 #
 
 AUTOMAKE_OPTIONS = ansi2knr
@@ -21,6 +21,7 @@ libngportab_a_SOURCES = strlcpy.c vsnprintf.c
 check_PROGRAMS = portabtest
 
 portabtest_SOURCES = portabtest.c
 check_PROGRAMS = portabtest
 
 portabtest_SOURCES = portabtest.c
+portabtest_LDADD = libngportab.a
 
 noinst_HEADERS = imp.h exp.h portab.h
 
 
 noinst_HEADERS = imp.h exp.h portab.h