diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
commit | 2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7 (patch) | |
tree | e7ecac9f5918df44a6f5abbf130fc3920fa61f35 /source4/auth/config.mk | |
parent | 19ca598c9cbd08b3bbb133d8bf4e54b628942015 (diff) | |
download | samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.gz samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.bz2 samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.zip |
Fix includes.
(This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index c5a8786b6f..0bbff5b09a 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -106,3 +106,5 @@ PUBLIC_HEADERS += auth/auth.h PUBLIC_DEPENDENCIES = auth_system_session PRIVATE_DEPENDENCIES = SAMDB SWIG_FILE = auth.i + +swig_auth_OBJ_FILES = auth/auth_wrap.o |