~ubuntu-branches/ubuntu/karmic/freej/karmic

« back to all changes in this revision

Viewing changes to lib/frei0r/filter/rotozoom/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Bigliardi
  • Date: 2008-06-24 15:59:29 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080624155929-aa5w6drerpknu0jy
Tags: 0.10git20080824-1
* Imported from upstream some build fixes.
* Add a note on GFDL for freej manpage in debian/copyright.
* Fix typos in 'Description:' (Closes: #487839)

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
CPP = @CPP@
101
101
CPPFLAGS = @CPPFLAGS@
102
102
CWIID_DIR = @CWIID_DIR@
 
103
CWIID_LIBS = @CWIID_LIBS@
103
104
CXX = @CXX@
104
105
CXXCPP = @CXXCPP@
105
106
CXXDEPMODE = @CXXDEPMODE@
129
130
GLADE2_CFLAGS = @GLADE2_CFLAGS@
130
131
GLADE2_LIBS = @GLADE2_LIBS@
131
132
GOOM_DIR = @GOOM_DIR@
 
133
GOOM_LIBS = @GOOM_LIBS@
132
134
GOOM_PPC_FILES = @GOOM_PPC_FILES@
133
135
GREP = @GREP@
134
136
INSTALL_DATA = @INSTALL_DATA@