diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-09 10:24:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:05 -0500 |
commit | e8c562741783f819b6fe7b99fb7f6b85d3f7ce58 (patch) | |
tree | 774e7404e2266acf458b70f67f7fa97392c46d49 /source4/lib | |
parent | c10debe53dde1efd040cc61bb9366bfbfa23ef25 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/popt/samba.m4 | 2 |
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 |