~ubuntu-branches/ubuntu/natty/libextractor/natty

« back to all changes in this revision

Viewing changes to src/plugins/exiv2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  $(XTRA_CPPLIBS) -lpthread \
10
10
  $(PLUGINFLAGS) $(retaincommand)
11
11
libextractor_exiv2_la_LIBADD = \
12
 
  $(top_builddir)/src/main/libextractor.la -lpthread
 
12
  $(top_builddir)/src/main/libextractor.la -lpthread -lexiv2
13
13
 
14
14
libextractor_exiv2_la_SOURCES = \
15
 
exiv2extractor.cc exv_conf.h exv_msvc.h \
16
 
basicio.cpp basicio.hpp \
17
 
canonmn.cpp canonmn.hpp \
18
 
datasets.cpp datasets.hpp \
19
 
error.cpp error.hpp \
20
 
exif.cpp exif.hpp \
21
 
fujimn.cpp fujimn.hpp \
22
 
futils.cpp futils.hpp \
23
 
ifd.cpp ifd.hpp \
24
 
image.cpp image.hpp \
25
 
iptc.cpp iptc.hpp \
26
 
jpgimage.cpp jpgimage.hpp \
27
 
makernote.cpp makernote.hpp \
28
 
metadatum.cpp metadatum.hpp \
29
 
mn.hpp \
30
 
nikonmn.cpp nikonmn.hpp \
31
 
olympusmn.cpp olympusmn.hpp \
32
 
panasonicmn.cpp panasonicmn.hpp \
33
 
rcsid.hpp \
34
 
sigmamn.cpp sigmamn.hpp \
35
 
sonymn.cpp sonymn.hpp \
36
 
tags.cpp tags.hpp \
37
 
types.cpp types.hpp \
38
 
value.cpp value.hpp 
 
15
  exiv2extractor.cc 
 
16
 
 
17
#exv_conf.h exv_msvc.h \
 
18
#basicio.cpp basicio.hpp \
 
19
#canonmn.cpp canonmn.hpp \
 
20
#datasets.cpp datasets.hpp \
 
21
#error.cpp error.hpp \
 
22
#exif.cpp exif.hpp \
 
23
#fujimn.cpp fujimn.hpp \
 
24
#futils.cpp futils.hpp \
 
25
#ifd.cpp ifd.hpp \
 
26
#image.cpp image.hpp \
 
27
#iptc.cpp iptc.hpp \
 
28
#jpgimage.cpp jpgimage.hpp \
 
29
#makernote.cpp makernote.hpp \
 
30
#metadatum.cpp metadatum.hpp \
 
31
#mn.hpp \
 
32
#nikonmn.cpp nikonmn.hpp \
 
33
#olympusmn.cpp olympusmn.hpp \
 
34
#panasonicmn.cpp panasonicmn.hpp \
 
35
#rcsid.hpp \
 
36
#sigmamn.cpp sigmamn.hpp \
 
37
#sonymn.cpp sonymn.hpp \
 
38
#tags.cpp tags.hpp \
 
39
#types.cpp types.hpp \
 
40
#value.cpp value.hpp 
39
41