~ubuntu-branches/ubuntu/quantal/poco/quantal

« back to all changes in this revision

Viewing changes to Foundation/samples/LogRotation/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2008-11-15 11:39:15 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081115113915-7kauhm2c3m2i7oid
Tags: 1.3.3p1-2
* Fixed FTBFS with GCC 4.4 due to missing #include (Closes: #505619)
* Renamed 20_gcc43-missing-include.dpatch to 20_gcc44-missing-include.dpatch
* Downgraded dependencies on -dbg packages (Closes: #504342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
# $Id: //poco/1.3/Foundation/samples/LogRotation/Makefile#1 $
 
5
#
 
6
# Makefile for Poco LogRotation
 
7
#
 
8
 
 
9
include $(POCO_BASE)/build/rules/global
 
10
 
 
11
objects = LogRotation
 
12
 
 
13
target         = LogRotation
 
14
target_version = 1
 
15
target_libs    = PocoFoundation
 
16
 
 
17
include $(POCO_BASE)/build/rules/exec