diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-18 11:01:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:07 -0500 |
commit | 226478521b93dcdd60d268757b3b2fce14549b72 (patch) | |
tree | d001537dbeed790febeffc0a9163fef6728f67dd /source4/libnet/config.mk | |
parent | f7c842707afac05aebaba5c6868a73091a98bb3e (diff) | |
download | samba-226478521b93dcdd60d268757b3b2fce14549b72.tar.gz samba-226478521b93dcdd60d268757b3b2fce14549b72.tar.xz samba-226478521b93dcdd60d268757b3b2fce14549b72.zip |
r1878: implemet libnet_context_{init,destroy}
and implement libnet_Change_Password_generic()
metze
(This used to be commit d48050ae906ecf8d4f78c224042f8f9fe584ad39)
Diffstat (limited to 'source4/libnet/config.mk')
-rw-r--r-- | source4/libnet/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk index 1918f2e0950..c35d18fefed 100644 --- a/source4/libnet/config.mk +++ b/source4/libnet/config.mk @@ -1,6 +1,8 @@ ################################# # Start SUBSYSTEM LIBNET [SUBSYSTEM::LIBNET] +INIT_OBJ_FILES = \ + libnet/libnet.o ADD_OBJ_FILES = \ libnet/libnet_passwd.o \ libnet/libnet_rpc.o |