~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to modules/freebsd/vmhgfs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
HEADERS += compat_freebsd.h
31
31
HEADERS += compat_vop.h
32
32
HEADERS += vfsopscommon.h
 
33
HEADERS += transport.h
33
34
 
34
35
COMMON_SRCS := cpName.c
35
36
COMMON_SRCS += cpNameLinux.c
55
56
COMMON_HGFS_SRCS += vnopscommon.c
56
57
COMMON_HGFS_SRCS += state.c
57
58
COMMON_HGFS_SRCS += vfsopscommon.c
 
59
COMMON_HGFS_SRCS += transport.c
58
60
 
59
61
MODULE_SRCS := vnops.c
60
62
MODULE_SRCS += vfsops.c