~ubuntu-branches/ubuntu/edgy/digikam/edgy-updates

« back to all changes in this revision

Viewing changes to digikam/libs/histogram/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Achim Bohnet
  • Date: 2005-03-10 02:39:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050310023902-023nymfst5mg696c
Tags: 0.7.2-2
* debian/TODO: clean
* digikam manpage: better --detect-camera description

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
METASOURCES = AUTO
 
2
 
 
3
noinst_LTLIBRARIES = libhistogram.la
 
4
 
 
5
libhistogram_la_SOURCES = imagehistogram.cpp  
 
6
 
 
7
libhistogram_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
8
 
 
9
INCLUDES= $(all_includes) 
 
10
 
 
11
digikaminclude_HEADERS = imagehistogram.h 
 
12
 
 
13
digikamincludedir = $(includedir)/digikam