~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/output-flickr/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-01-22 20:39:52 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: package-import@ubuntu.com-20140122203952-mv1xjgzv3e6mu403
* 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)
 
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 = output_flickr.la
 
17
 
 
18
libdir = $(datadir)/rawstudio/plugins/
 
19
 
 
20
output_flickr_la_LIBADD = @PACKAGE_LIBS@ 
 
21
output_flickr_la_LDFLAGS = -module -avoid-version -L/usr/lib -lflickcurl
 
22
output_flickr_la_SOURCES = output-flickr.c output-flickr.h
 
23
 
 
24
plugin_DATA = flickr-logo.svg
 
25
 
 
26
EXTRA_DIST = $(plugin_DATA)
 
 
b'\\ No newline at end of file'