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

« back to all changes in this revision

Viewing changes to hgfsclient/Makefile.am

  • 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:
18
18
bin_PROGRAMS = vmware-hgfsclient
19
19
 
20
20
vmware_hgfsclient_LDADD =
21
 
vmware_hgfsclient_LDADD += ../lib/conf/libConf.a
22
 
vmware_hgfsclient_LDADD += ../lib/guestApp/libGuestApp.a
23
 
vmware_hgfsclient_LDADD += ../lib/hgfs/libHgfs.a
24
 
vmware_hgfsclient_LDADD += ../lib/hgfsBd/libHgfsBd.a
25
 
vmware_hgfsclient_LDADD += ../lib/rpcOut/libRpcOut.a
26
 
vmware_hgfsclient_LDADD += ../lib/string/libString.a
27
 
vmware_hgfsclient_LDADD += ../lib/toolsLogger/libToolsLogger.a
28
 
vmware_hgfsclient_LDADD += ../lib/vmCheck/libVmCheck.a
29
 
vmware_hgfsclient_LDADD += ../lib/vmSignal/libVmSignal.a
30
 
# In the absence of the linker options --start-group and --end-group (which can't
31
 
# be put in LDADD), we need to bring the following libraries out of the alphebetical
32
 
# order so their symbols are properly resolved.
33
 
vmware_hgfsclient_LDADD += ../lib/backdoor/libBackdoor.a
34
 
vmware_hgfsclient_LDADD += ../lib/dict/libDict.a
35
 
vmware_hgfsclient_LDADD += ../lib/err/libErr.a
36
 
vmware_hgfsclient_LDADD += ../lib/file/libFile.a
37
 
vmware_hgfsclient_LDADD += ../lib/message/libMessage.a
38
 
vmware_hgfsclient_LDADD += ../lib/rpcVmx/libRpcVmx.a
39
 
vmware_hgfsclient_LDADD += ../lib/unicode/libUnicode.a
40
 
vmware_hgfsclient_LDADD += ../lib/sync/libSync.a
41
 
vmware_hgfsclient_LDADD += ../lib/misc/libMisc.a
42
 
vmware_hgfsclient_LDADD += ../lib/stubs/libStubs.a
 
21
vmware_hgfsclient_LDADD += ../lib/hgfsBd/libHgfsBd.la
 
22
vmware_hgfsclient_LDADD += @VMTOOLS_LIBS@
 
23
 
 
24
vmware_hgfsclient_CPPFLAGS =
 
25
vmware_hgfsclient_CPPFLAGS += @VMTOOLS_CPPFLAGS@
43
26
 
44
27
vmware_hgfsclient_SOURCES =
45
28
vmware_hgfsclient_SOURCES += hgfsclient.c
46
 
vmware_hgfsclient_SOURCES += stub-user-util.c
47
29
 
48
30
if HAVE_ICU
49
31
   vmware_hgfsclient_LDADD += @ICU_LIBS@