~n-muench/ubuntu/quantal/open-vm-tools/open-vm-tools.may2.sid-sync

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-30 09:48:43 UTC
  • mfrom: (1.1.5 upstream) (2.4.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090530094843-gdpza57r5iqsf124
Tags: 2009.05.22-167859-1
MergingĀ upstreamĀ versionĀ 2009.05.22-167859.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
16
################################################################################
17
17
 
18
 
noinst_LTLIBRARIES = libhgfsServer.la
 
18
plugindir = @VMSVC_PLUGIN_INSTALLDIR@
 
19
plugin_LTLIBRARIES = libhgfsServer.la
19
20
 
20
21
libhgfsServer_la_CPPFLAGS =
21
22
libhgfsServer_la_CPPFLAGS += @PLUGIN_CPPFLAGS@
31
32
libhgfsServer_la_SOURCES =
32
33
libhgfsServer_la_SOURCES += hgfsPlugin.c
33
34
 
 
35
if HAVE_X11
34
36
install-exec-local:
35
 
        mkdir -p $(DESTDIR)$(VMSVC_PLUGIN_INSTALLDIR)
36
 
        cp -L $(builddir)/.libs/libhgfsServer.so $(DESTDIR)$(VMSVC_PLUGIN_INSTALLDIR)
37
 
if HAVE_X11
38
37
        mkdir -p $(DESTDIR)$(VMUSR_PLUGIN_INSTALLDIR)
39
38
        cp -L $(builddir)/.libs/libhgfsServer.so $(DESTDIR)$(VMUSR_PLUGIN_INSTALLDIR)
40
39
endif