~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to toolbox/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
   vmware_toolbox_LDADD += ../lib/guestApp/libGuestAppX11.a
53
53
   vmware_toolbox_LDADD += $(COMMON)
54
54
 
55
 
   vmware_toolbox_LDADD += -lX11
 
55
   vmware_toolbox_LDADD += @COMMON_XLIBS@
56
56
   vmware_toolbox_LDADD += @GTK_LIBS@
57
57
 
58
58
   vmware_toolbox_SOURCES =
63
63
   vmware_toolbox_SOURCES += toolboxOptions.c
64
64
   vmware_toolbox_SOURCES += toolboxScripts.c
65
65
   vmware_toolbox_SOURCES += toolboxShrink.c
 
66
   vmware_toolbox_SOURCES += toolboxRecord.c
66
67
 
67
68
# Here's something wacky: automake will muck up the translation of this
68
69
# conditional if it is indented. For more details, see:
106
107
vmware_toolbox_cmd_SOURCES += toolboxcmd-shrink.c
107
108
vmware_toolbox_cmd_SOURCES += toolboxcmd-stat.c
108
109
vmware_toolbox_cmd_SOURCES += toolboxcmd-time.c
 
110
vmware_toolbox_cmd_SOURCES += toolboxcmd-record.c
109
111
 
110
112
if HAVE_ICU
111
113
   vmware_toolbox_cmd_LDADD += @ICU_LIBS@