~ubuntu-branches/ubuntu/vivid/rawstudio/vivid

« back to all changes in this revision

Viewing changes to plugins/load-dcraw/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2011-07-28 17:36:32 UTC
  • mfrom: (2.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110728173632-5czluz9ye3c83zc5
Tags: 2.0-1
* [3750b2cf] Merge commit 'upstream/2.0'
* [63637468] Removing Patch, not necessary anymore.
* [2fb580dc] Add new build-dependencies.
* [c57d953b] Run dh_autoreconf due to patches in configure.in
* [13febe39] Add patch to remove the libssl requirement.
* [5ae773fe] Replace libjpeg62-dev by libjpeg8-dev :)
* [1969d755] Don't build static libraries.
* [7cfe0a2e] Add a patch to fix the plugin directory path.
  As plugins are shared libraries, they need to go into /usr/lib,
  not into /usr/share.
  Thanks to Andrew McMillan
* [c1d0d9dd] Don't install .la files for all plugins and libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir = $(libdir)/rawstudio/plugins
 
2
 
 
3
AM_CFLAGS =\
 
4
        -Wall\
 
5
        -O4\
 
6
        -DDCRAW_NOMAIN\
 
7
        -DDCRAW_NOLCMS\
 
8
        -DWITH_MMAP_HACK
 
9
 
 
10
AM_CXXFLAGS = $(AM_CFLAGS)
 
11
 
 
12
INCLUDES = \
 
13
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
14
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
15
        @PACKAGE_CFLAGS@ \
 
16
        -I$(top_srcdir)/librawstudio/ \
 
17
        -I$(top_srcdir)/
 
18
 
 
19
lib_LTLIBRARIES = load_dcraw.la
 
20
 
 
21
libdir = $(datadir)/rawstudio/plugins/
 
22
 
 
23
load_dcraw_la_LIBADD = @PACKAGE_LIBS@
 
24
load_dcraw_la_LDFLAGS = -module -avoid-version
 
25
load_dcraw_la_SOURCES =  dcrawloader.c dcraw.cc dcraw.h dcraw_api.cc dcraw_api.h mmap-hack.c mmap-hack.h