diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 13:36:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:29 -0500 |
commit | 17ae598141b44142ad52a66cc4767029e3a73d6c (patch) | |
tree | f2bc452432344bea214be864501af3b333c0fde6 /source4/lib/cmdline | |
parent | 0de1ad5ae621ad99d507b38d3eb2e2015b2fbd71 (diff) | |
download | samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.gz samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.xz samba-17ae598141b44142ad52a66cc4767029e3a73d6c.zip |
r13938: Around round of splitups
(This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
Diffstat (limited to 'source4/lib/cmdline')
-rw-r--r-- | source4/lib/cmdline/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/cmdline/popt_credentials.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/cmdline/config.mk b/source4/lib/cmdline/config.mk index 28e482d9b2..9380de53be 100644 --- a/source4/lib/cmdline/config.mk +++ b/source4/lib/cmdline/config.mk @@ -1,4 +1,5 @@ [SUBSYSTEM::LIBCMDLINE_CREDENTIALS] +PRIVATE_PROTO_HEADER = credentials.h OBJ_FILES = credentials.o REQUIRED_SUBSYSTEMS = CREDENTIALS diff --git a/source4/lib/cmdline/popt_credentials.c b/source4/lib/cmdline/popt_credentials.c index 4a85fc5407..072ac418ae 100644 --- a/source4/lib/cmdline/popt_credentials.c +++ b/source4/lib/cmdline/popt_credentials.c @@ -21,6 +21,7 @@ #include "includes.h" #include "lib/cmdline/popt_common.h" +#include "lib/cmdline/credentials.h" #include "auth/gensec/gensec.h" /* Handle command line options: |