~ubuntu-branches/ubuntu/trusty/rawstudio/trusty

« back to all changes in this revision

Viewing changes to .pc/0002-Fix-the-plugin-directory-path.patch/plugins/fuji-rotate/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-01-22 20:39:52 UTC
  • mfrom: (1.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140122203952-y6bd8nqnrbi0crts
Tags: 2.0-2
* Team upload.
* [7e7ee48d] Drop debian/clean, do no delete config.{guess,sub}
* [588c0966] Bump Standards-Version to 3.9.5 (no further changes)
* [dbc7eda5] Bump debhelper compatibility to 9
* [8e1c4542] Use canonical URL's for VCS-* fields
* [d74facbf] Switch to dpkg-source 3.0 (quilt) format
* [3abcbf55] Build-depend against libgphoto2-dev instead of libgphoto2-2-dev
  (Closes: #736222)
* [48f43cea] deprecated-glib.patch: Remove call to deprecated g_thread_init()
  (Closes: #661409)
* [8b729acc] Add add-gmodule-reference.patch: Link against gmodule
* [f3e14d03] Build-depends against libtiff-dev instead of libtiff4-dev
  (Closes: #736044)
* [f7277dd4] Pass --libdir=/usr/lib to the configure

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
 
 
7
AM_CXXFLAGS = $(AM_CFLAGS)
 
8
 
 
9
INCLUDES = \
 
10
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
11
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
12
        @PACKAGE_CFLAGS@ \
 
13
        -I$(top_srcdir)/librawstudio/ \
 
14
        -I$(top_srcdir)/
 
15
 
 
16
lib_LTLIBRARIES = fuji_rotate.la
 
17
 
 
18
libdir = $(datadir)/rawstudio/plugins/
 
19
 
 
20
fuji_rotate_la_LIBADD = @PACKAGE_LIBS@
 
21
fuji_rotate_la_LDFLAGS = -module -avoid-version
 
22
fuji_rotate_la_SOURCES = fuji-rotate.c