diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 20:04:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 20:04:18 +0100 |
commit | ff0315ba859421dff6aba055887e086fa68c2951 (patch) | |
tree | 47383a8bc299a4cdca8276cf3017ab8ee5c89f35 /source4/ntvfs | |
parent | 094769618e180cae404f5951b969e9c6c778e421 (diff) | |
download | samba-ff0315ba859421dff6aba055887e086fa68c2951.tar.gz |
Rename include to mkinclude to emphasize it is different from make's include.
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 017614b7bed..dbc1a4c2770 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -1,8 +1,8 @@ # NTVFS Server subsystem -include posix/config.mk -include common/config.mk -include unixuid/config.mk -include sysdep/config.mk +mkinclude posix/config.mk +mkinclude common/config.mk +mkinclude unixuid/config.mk +mkinclude sysdep/config.mk ################################################ # Start MODULE ntvfs_cifs |