diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 01:37:18 +0100 |
commit | a69acf7cb96bf41bafce303a2cf21c31f1366328 (patch) | |
tree | 12381b4493714bf7a369e8695baa71b62fa665a2 /source4/ntptr | |
parent | e018501ca8e3e12e52557eafa66d104fe65088ae (diff) | |
download | samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.gz samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.bz2 samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.zip |
Deal with subsystems with no settings, several other minor fixes.
(This used to be commit 10cf48591e8d6bfb750a6ff187f04ea24a1f8cd7)
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntptr/config.mk b/source4/ntptr/config.mk index 4ccf57af99..dda4c29444 100644 --- a/source4/ntptr/config.mk +++ b/source4/ntptr/config.mk @@ -21,6 +21,6 @@ PUBLIC_DEPENDENCIES = DCERPC_COMMON # End SUBSYSTEM ntptr ################################################ -NTPTR_OBJ_FILES = \ - ntptr_base.o \ - ntptr_interface.o +ntptr_OBJ_FILES = \ + ntptr/ntptr_base.o \ + ntptr/ntptr_interface.o |