~ubuntu-branches/ubuntu/maverick/vmware-view-open-client/maverick

« back to all changes in this revision

Viewing changes to lib/open-vm-tools/file/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:45:04 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604174504-zjltuc0hdp4mv7de
Tags: 4.5.0-264434+dfsg-1
* Merging upstream version 4.5.0-264434+dfsg.
* Updating date and version header in manpage.
* Rediffing doc-pdf.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
libFile_a_SOURCES =
22
22
libFile_a_SOURCES += lib/open-vm-tools/file/file.c
23
23
libFile_a_SOURCES += lib/open-vm-tools/file/fileIO.c
24
 
libFile_a_SOURCES += lib/open-vm-tools/file/fileIOPosix.c
25
24
libFile_a_SOURCES += lib/open-vm-tools/file/fileInt.h
26
 
libFile_a_SOURCES += lib/open-vm-tools/file/fileLockPosix.c
27
25
libFile_a_SOURCES += lib/open-vm-tools/file/fileLockPrimitive.c
 
26
if VIEW_POSIX
28
27
libFile_a_SOURCES += lib/open-vm-tools/file/filePosix.c
 
28
libFile_a_SOURCES += lib/open-vm-tools/file/fileIOPosix.c
 
29
libFile_a_SOURCES += lib/open-vm-tools/file/fileLockPosix.c
 
30
endif # VIEW_POSIX
29
31
 
30
 
libfile_a_CFLAGS = @LIB_FILE_CPPFLAGS@
 
32
libFile_a_CPPFLAGS = $(AM_CPPFLAGS) $(LIB_FILE_CPPFLAGS)