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

« back to all changes in this revision

Viewing changes to tests/testPlugin/Makefile.am

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
plugin_LTLIBRARIES = libtestPlugin.la
20
20
 
21
21
libtestPlugin_la_CPPFLAGS =
 
22
libtestPlugin_la_CPPFLAGS += @CUNIT_CPPFLAGS@
22
23
libtestPlugin_la_CPPFLAGS += @GOBJECT_CPPFLAGS@
23
24
libtestPlugin_la_CPPFLAGS += @PLUGIN_CPPFLAGS@
24
25
 
26
27
libtestPlugin_la_LDFLAGS += @PLUGIN_LDFLAGS@
27
28
 
28
29
libtestPlugin_la_LIBADD =
 
30
libtestPlugin_la_LIBADD += @CUNIT_LIBS@
29
31
libtestPlugin_la_LIBADD += @GOBJECT_LIBS@
30
32
libtestPlugin_la_LIBADD += @VMTOOLS_LIBS@
31
33
libtestPlugin_la_LIBADD += @XDR_LIBS@