]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/Makefile.am
- Link portabtest agains "true" library.
[ngircd-alex.git] / src / portab / Makefile.am
index 3bffdc3c69726e127d8956dc7712a9cff26f9d06..7020462d15083e44d99d2e2005787fdc8ff6bd35 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.
 #
-# $Id: Makefile.am,v 1.5 2002/12/26 13:18:46 alex Exp $
+# $Id: Makefile.am,v 1.7 2003/01/03 22:04:14 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = ansi2knr
@@ -22,6 +22,10 @@ check_PROGRAMS = portabtest
 
 portabtest_SOURCES = portabtest.c
 
+portabtest_LDFLAGS = -L.
+
+portabtest_LDADD = -lngportab
+
 noinst_HEADERS = imp.h exp.h portab.h
 
 maintainer-clean-local: