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

« back to all changes in this revision

Viewing changes to lib/foundryMsg/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:
15
15
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
16
################################################################################
17
17
 
18
 
noinst_LIBRARIES = libFoundryMsg.a
 
18
noinst_LTLIBRARIES = libFoundryMsg.la
19
19
 
20
 
libFoundryMsg_a_SOURCES =
21
 
libFoundryMsg_a_SOURCES += foundryMsg.c
22
 
libFoundryMsg_a_SOURCES += foundryThreads.c
23
 
libFoundryMsg_a_SOURCES += foundryPropertyListCommon.c
24
 
libFoundryMsg_a_SOURCES += vixTranslateErrOpenSource.c
 
20
libFoundryMsg_la_SOURCES =
 
21
libFoundryMsg_la_SOURCES += foundryMsg.c
 
22
libFoundryMsg_la_SOURCES += foundryThreads.c
 
23
libFoundryMsg_la_SOURCES += foundryPropertyListCommon.c
 
24
libFoundryMsg_la_SOURCES += vixTranslateErrOpenSource.c