~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/putty/windows/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2011-12-23 22:57:59 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20111223225759-2zxn4dlhkaedq219
Tags: 3.5.2-1ubuntu1
* Sync from Debian unstable
* Re-added debian/patches/02_use-decimal-si-by-default.patch in order to
  comply with UnitsPolicy (the patch got lost in the previous Ubuntu upload)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
INCLUDES = -I$(srcdir)/..
4
4
 
5
5
libfzputtycommon_win_a_CFLAGS = $(AM_CFLAGS) \
6
 
                                -D_WINDOWS -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_WIN32_WINDOWS=0x0410 -D_WIN32_WINNT=0x0500
 
6
                                -D_WINDOWS -D_WIN32_IE=0x0500 -DWINVER=0x0500 -D_WIN32_WINDOWS=0x0410 -D_WIN32_WINNT=0x0500 -DSECURITY_WIN32
7
7
 
8
8
libfzputtycommon_win_a_SOURCES = wincons.c \
9
9
                                 winmisc.c \