diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 20:35:01 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 20:35:01 +0200 |
| commit | 08067d22a0cb24fe1b9d6230634aea89c493bd4e (patch) | |
| tree | d6421f3eb3c94a27ee99ecf73a7cf31809e5dc09 /source4/libcli/auth | |
| parent | 964257956d4046658c6177a2423c55d2c5bb9f45 (diff) | |
| parent | 333c169529a3f64a28fcaff1056069867fd56a90 (diff) | |
Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-test
(This used to be commit 63fd551a159b3ad4e314f551d65b7d723bbe485a)
Diffstat (limited to 'source4/libcli/auth')
| -rw-r--r-- | source4/libcli/auth/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk index 85fc4ab527..6bd6bdc241 100644 --- a/source4/libcli/auth/config.mk +++ b/source4/libcli/auth/config.mk @@ -8,10 +8,10 @@ PUBLIC_DEPENDENCIES = \ # End SUBSYSTEM LIBCLI_AUTH ################################# -LIBCLI_AUTH_OBJ_FILES = $(addprefix libcli/auth/, \ +LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclisrcdir)/auth/, \ credentials.o \ session.o \ smbencrypt.o \ smbdes.o) -PUBLIC_HEADERS += libcli/auth/credentials.h +PUBLIC_HEADERS += $(libclisrcdir)/auth/credentials.h |
