1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

s3-lib: Fix util_cmdline which doesn't use popt.

This creates its own header file for util_cmdline so it doesn't need to
link against popt.
This should fix linking on FreeBSD.
This commit is contained in:
Andreas Schneider
2012-01-30 10:53:18 +01:00
committed by Andreas Schneider
parent 8c66c8c756
commit 8080dbad78
9 changed files with 76 additions and 53 deletions

View File

@@ -24,7 +24,7 @@
#include "includes.h"
#include "libsmb/libsmb.h"
#include "popt_common.h"
#include "auth_info.h"
#include "libsmbclient.h"
#include "libsmb_internal.h"
#include "rpc_client/cli_pipe.h"