~ubuntu-branches/ubuntu/raring/freerdp/raring-proposed

« back to all changes in this revision

Viewing changes to channels/common/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Jeremy Bicha, Jean-Louis Dupond, Martin Pitt
  • Date: 2012-01-31 10:02:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120131100214-jaok3uwvni7sqxth
Tags: 1.0.0-0git1
Upload current Debian packaging git to get this rolling for precise.

[ Jeremy Bicha ]
* New upstream release. Closes: #647498.
* Updated symbols and bumped soname
* debian/control:
  - Added new build dependencies
  - Bump Standards-Version to 3.9.2
* debian/source/format: Set to 3.0 (quilt)
* debian/rules: Turn on strict symbols checking
* debian/watch: Watch github

[ Jean-Louis Dupond ]
* debian/control: Updated homepage
* debian/copyright: Reflect upstream switch to the Apache license

[ Martin Pitt ]
* debian/libfreerdp0.symbols: Fix version number, should
  be 1.0~beta5, not 1.0-beta5.
* debian/control: Add libavcodec-dev build dependency, upstream build system
  checks for that. Thanks Jean-Louis Dupond!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
noinst_LTLIBRARIES = libcommon.la
4
 
 
5
 
libcommon_la_SOURCES = \
6
 
        chan_plugin.c chan_plugin.h \
7
 
        chan_stream.c chan_stream.h \
8
 
        wait_obj.c wait_obj.h \
9
 
        types.h
10
 
 
11
 
libcommon_la_CFLAGS = -I$(top_srcdir)/include -I.
12
 
 
13
 
libcommon_la_LDFLAGS =
14
 
 
15
 
libcommon_la_LIBADD = -lpthread @LIBICONV@
16
 
 
17
 
# extra
18
 
EXTRA_DIST =
19
 
 
20
 
DISTCLEANFILES =