X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fportab%2FMakefile.am;h=7020462d15083e44d99d2e2005787fdc8ff6bd35;hb=e07542a1ff0f33b35dbab854596f29011e1ccf63;hp=060503001a49687c886592e78acf32949f2f5b13;hpb=b8456d1ba66e73a9d95d2cd73f1feef70f5b5497;p=ngircd-alex.git diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index 06050300..7020462d 100644 --- a/src/portab/Makefile.am +++ b/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,7 +21,10 @@ 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