svn commit: samba r18303 - in branches/SAMBA_4_0/source/lib/popt: .

metze at samba.org metze at samba.org
Sat Sep 9 10:24:42 GMT 2006


Author: metze
Date: 2006-09-09 10:24:42 +0000 (Sat, 09 Sep 2006)
New Revision: 18303

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18303

Log:
we should just use -Ilib/popt as in all other places

metze
Modified:
   branches/SAMBA_4_0/source/lib/popt/samba.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/samba.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/samba.m4	2006-09-09 10:22:47 UTC (rev 18302)
+++ branches/SAMBA_4_0/source/lib/popt/samba.m4	2006-09-09 10:24:42 UTC (rev 18303)
@@ -5,6 +5,6 @@
 	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
 



More information about the samba-cvs mailing list