~ubuntu-branches/ubuntu/hardy/kdenlive/hardy

« back to all changes in this revision

Viewing changes to renderer/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-01-30 17:07:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130170751-lyc8p6xvd7o98ur5
Tags: 0.5.svn20071228-0.0ubuntu1
* Merge from debian-multimedia (LP: #150453). Remaining changes:
  - Bump compat to 5
  - Suggest dvgrab and ffmpeg (needed for firewire capture)
  - debian/{rules,control}: add a kdenlive-data package
  - Add .install files for kdenlive and kdenlive-data
  - debian/copyright: add some copyright information
  - Modify Maintainer value to match the DebianMaintainerField specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
####### kdevelop will overwrite this part!!! (begin)##########
2
 
bin_PROGRAMS = kdenlive_renderer
3
 
kdenlive_renderer_CFLAGS = @LIBMLT_CFLAGS@
4
 
kdenlive_renderer_SOURCES = kdenlive_renderer.c
5
 
 
6
 
# set the include path found by configure
7
 
INCLUDES= $(all_includes)
8
 
 
9
 
# the library search path.
10
 
kdenlive_renderer_LDFLAGS = $(all_libraries) @LIBMLT_LIBS@