From e8c562741783f819b6fe7b99fb7f6b85d3f7ce58 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 9 Sep 2006 10:24:42 +0000 Subject: r18303: we should just use -Ilib/popt as in all other places metze (This used to be commit 82bf7013058caa25a62cde98e4c68083952b0f88) --- source4/lib/popt/samba.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/popt/samba.m4') diff --git a/source4/lib/popt/samba.m4 b/source4/lib/popt/samba.m4 index d9f62f28d7..86a79f1c6a 100644 --- a/source4/lib/popt/samba.m4 +++ b/source4/lib/popt/samba.m4 @@ -5,6 +5,6 @@ if test x"$POPTOBJ" = "x"; then SMB_ENABLE(LIBPOPT,YES) else SMB_SUBSYSTEM(LIBPOPT, - [lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-I$srcdir/lib/popt]) + [lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-Ilib/popt]) fi -- cgit