~ubuntu-branches/ubuntu/saucy/libgphoto2/saucy-proposed

« back to all changes in this revision

Viewing changes to libgphoto2_port/libgphoto2_port/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-31 07:00:09 UTC
  • mfrom: (1.4.4)
  • Revision ID: package-import@ubuntu.com-20130731070009-enrbvg3hry64cxl1
Tags: 2.5.2-0ubuntu1
* New upstream release.
* Drop 01-increase_max_entries.patch, 02-libusbx_no_debug.patch,
  03-libusbx-fixes.patch: fixed upstream.
* Add libxml2-dev build dependency for new optional features.
* ABI changes: libgphoto2-2 → libgphoto2-6,
  libgphoto2-port0 → libgphoto2-port10
* debian/libgphoto2-dev-doc.install: Adjust to changed HTML API doc folder
  name.
* debian/libgphoto2-port10.install: Adjust for changed libgphoto-port ABI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
lib_LTLIBRARIES = libgphoto2_port.la
2
2
 
3
3
libgphoto2_port_la_CPPFLAGS =           \
4
 
        -I$(srcdir)                     \
 
4
        -I$(srcdir) -I$(top_srcdir)     \
5
5
        $(AM_CPPFLAGS) $(CPPFLAGS)      \
6
6
        $(LTDLINCL)                                     
7
7
 
26
26
 
27
27
libgphoto2_port_la_LDFLAGS = \
28
28
        -no-undefined \
29
 
        -export-symbols $(srcdir)/libgphoto2_port.sym \
 
29
        @VERSIONMAPLDFLAGS@ \
30
30
        -version-info @LIBGPHOTO2_PORT_VERSION_INFO@
31
31
 
32
32
libgphoto2_port_la_LIBADD = \
39
39
 
40
40
libgphoto2_port_la_SOURCES =            \
41
41
        gphoto2-port-info-list.c        \
 
42
        gphoto2-port-info.h             \
42
43
        gphoto2-port-log.c              \
43
44
        gphoto2-port-version.c          \
44
45
        gphoto2-port.c                  \
48
49
libgphoto2_port_la_DEPENDENCIES = \
49
50
        $(top_srcdir)/gphoto2/gphoto2-port-version.h            \
50
51
        $(top_srcdir)/gphoto2/gphoto2-port-library.h            \
51
 
        $(srcdir)/libgphoto2_port.sym
 
52
        $(srcdir)/libgphoto2_port.ver
52
53
 
53
54
# Note: If you have problem with this file not being put into
54
55
#       the source tarball correctly at "make dist", this may
55
56
#       be the result of tar not creating archives with >99
56
57
#       characters of path length.
57
58
EXTRA_DIST = \
58
 
        libgphoto2_port.sym
 
59
        libgphoto2_port.ver
59
60
 
60
61
../libltdl/libltdlc.la:
61
62
        cd ../libltdl && $(MAKE) libltdlc.la