~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to services/plugins/vix/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
libvix_la_SOURCES += $(top_srcdir)/lib/vixTools/vixTools.c
39
39
 
40
40
if HAVE_X11
41
 
install-exec-local:
 
41
install-data-hook:
42
42
        mkdir -p $(DESTDIR)$(VMUSR_PLUGIN_INSTALLDIR)
43
 
        cp -L $(builddir)/.libs/libvix.so $(DESTDIR)$(VMUSR_PLUGIN_INSTALLDIR)
 
43
        cp $(DESTDIR)$(VMSVC_PLUGIN_INSTALLDIR)/libvix.so \
 
44
           $(DESTDIR)$(VMUSR_PLUGIN_INSTALLDIR)
44
45
endif
45
46