diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 17:22:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 17:22:58 +0200 |
commit | e9017ba418202b4b191c5a9ad4a96857558ce606 (patch) | |
tree | 7a5069a59fde6de060a8946fa1b04a22333b3078 /source4/ntvfs/unixuid | |
parent | ffc5cbfe803326a1c3bf55684717af910d091c5a (diff) | |
download | samba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.gz samba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.bz2 samba-e9017ba418202b4b191c5a9ad4a96857558ce606.zip |
Use _OBJ_FILES variables in a couple more places.
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r-- | source4/ntvfs/unixuid/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk index 91976c6811..968e56bde4 100644 --- a/source4/ntvfs/unixuid/config.mk +++ b/source4/ntvfs/unixuid/config.mk @@ -3,8 +3,8 @@ [MODULE::ntvfs_unixuid] INIT_FUNCTION = ntvfs_unixuid_init SUBSYSTEM = ntvfs -OBJ_FILES = \ - vfs_unixuid.o PRIVATE_DEPENDENCIES = SAMDB NSS_WRAPPER # End MODULE ntvfs_unixuid ################################################ + +ntvfs_unixuid_OBJ_FILES = ntvfs/unixuid/vfs_unixuid.o |