commit 8139505829d253e89264761583588e34aa776867 from: Alexander Barton date: Fri Jan 03 22:04:14 2003 UTC - Link portabtest agains "true" library. commit - c9540015c88c280a19ebbd872e7dcba47d5707ae commit + 8139505829d253e89264761583588e34aa776867 blob - 060503001a49687c886592e78acf32949f2f5b13 blob + 7020462d15083e44d99d2e2005787fdc8ff6bd35 --- src/portab/Makefile.am +++ src/portab/Makefile.am @@ -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. # -# $Id: Makefile.am,v 1.6 2002/12/26 14:46:28 alex Exp $ +# $Id: Makefile.am,v 1.7 2003/01/03 22:04:14 alex Exp $ # AUTOMAKE_OPTIONS = ansi2knr @@ -21,8 +21,11 @@ libngportab_a_SOURCES = strlcpy.c vsnprintf.c check_PROGRAMS = portabtest portabtest_SOURCES = portabtest.c -portabtest_LDADD = libngportab.a +portabtest_LDFLAGS = -L. + +portabtest_LDADD = -lngportab + noinst_HEADERS = imp.h exp.h portab.h maintainer-clean-local: