From: Ronnie Sahlberg Date: Sat, 24 Nov 2012 16:26:26 +0000 (-0800) Subject: We must link the examples with popt X-Git-Tag: upstream/1.9.6^2~242^2~2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=09d8500e235bcb7b6a328d7da13ca6a7be482102 We must link the examples with popt --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 314807b..878ac1a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ -I../portmap \ "-D_U_=__attribute__((unused))" -AM_LDFLAGS = ../lib/.libs/libnfs.la +AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt nfsclient_async_SOURCES = nfsclient-async.c