From 09d8500e235bcb7b6a328d7da13ca6a7be482102 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 24 Nov 2012 08:26:26 -0800 Subject: [PATCH] We must link the examples with popt --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1