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

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
SUBDIRS =
19
19
SUBDIRS += guestRpc
20
 
if ENABLE_UNITY
 
20
if HAVE_X11
21
21
   SUBDIRS += appUtil
22
22
endif
23
23
SUBDIRS += auth
24
24
SUBDIRS += backdoor
25
 
SUBDIRS += conf
26
25
SUBDIRS += dict
27
 
SUBDIRS += dnd
28
 
if HAVE_GTKMM
29
 
   SUBDIRS += dndGuest
30
 
endif
31
26
SUBDIRS += dynxdr
32
27
SUBDIRS += err
33
28
SUBDIRS += eventManager
34
29
SUBDIRS += file
35
30
SUBDIRS += foundryMsg
36
 
if ENABLE_UNITY
37
 
   SUBDIRS += ghIntegration
38
 
else
39
 
   SUBDIRS += ghIntegrationStub
40
 
endif
41
31
SUBDIRS += guestApp
42
 
SUBDIRS += guestInfo
43
32
SUBDIRS += hgfs
44
33
SUBDIRS += hgfsBd
45
34
SUBDIRS += hgfsHelper
62
51
   SUBDIRS += raster
63
52
   SUBDIRS += region
64
53
endif
65
 
if HAVE_X11
66
 
   SUBDIRS += resolution
67
 
endif
68
54
SUBDIRS += rpcChannel
69
55
SUBDIRS += rpcIn
70
56
SUBDIRS += rpcOut
72
58
if USE_SLASH_PROC
73
59
   SUBDIRS += slashProc
74
60
endif
75
 
SUBDIRS += SLPv2Parser
76
61
SUBDIRS += string
77
62
SUBDIRS += stubs
78
63
SUBDIRS += syncDriver
79
64
SUBDIRS += system
80
65
SUBDIRS += unicode
81
 
if ENABLE_UNITY
82
 
   SUBDIRS += unity
83
 
   SUBDIRS += unityWindowTracker
84
 
else
85
 
   SUBDIRS += unityStub
86
 
endif
87
66
SUBDIRS += user
88
 
SUBDIRS += vixTools
89
67
SUBDIRS += vmCheck
90
68
SUBDIRS += vmSignal
91
69
SUBDIRS += wiper
 
70
SUBDIRS += xdg