summaryrefslogtreecommitdiff
path: root/source4/lib/popt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-09 10:24:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:05 -0500
commite8c562741783f819b6fe7b99fb7f6b85d3f7ce58 (patch)
tree774e7404e2266acf458b70f67f7fa97392c46d49 /source4/lib/popt
parentc10debe53dde1efd040cc61bb9366bfbfa23ef25 (diff)
downloadsamba-e8c562741783f819b6fe7b99fb7f6b85d3f7ce58.tar.gz
samba-e8c562741783f819b6fe7b99fb7f6b85d3f7ce58.tar.bz2
samba-e8c562741783f819b6fe7b99fb7f6b85d3f7ce58.zip
r18303: we should just use -Ilib/popt as in all other places
metze (This used to be commit 82bf7013058caa25a62cde98e4c68083952b0f88)
Diffstat (limited to 'source4/lib/popt')
-rw-r--r--source4/lib/popt/samba.m42
1 files changed, 1 insertions, 1 deletions
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