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

« back to all changes in this revision

Viewing changes to lib/bora/misc/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:
1
1
# -*- Makefile -*-
2
2
################################################################################
3
 
# Copyright 2008 VMware, Inc.  All rights reserved.
 
3
# Copyright 2008-2010 VMware, Inc.  All rights reserved.
4
4
#
5
5
# This file is part of VMware View Open Client.
6
6
#
21
21
libMisc_a_SOURCES += lib/bora/misc/loglevel_tools.c
22
22
libMisc_a_SOURCES += lib/bora/misc/msgfmt.c
23
23
libMisc_a_SOURCES += lib/bora/misc/url.c
 
24
if VIEW_WIN32
 
25
libMisc_a_SOURCES += lib/bora/misc/win32u.c
 
26
libMisc_a_SOURCES += lib/bora/misc/win32uRegistry.c
 
27
libMisc_a_SOURCES += lib/bora/misc/win32util_misc.c
 
28
endif # VIEW_WIN32
24
29
 
25
30
libMisc_a_CPPFLAGS += $(ICU_CPPFLAGS)