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

« back to all changes in this revision

Viewing changes to libgphoto2_port/libusb1/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
 
iolib_LTLIBRARIES = usb1.la
2
 
 
3
 
usb1_la_LDFLAGS = -module -no-undefined -avoid-version \
4
 
        -export-dynamic \
5
 
        -export-symbols $(top_srcdir)/iolib.sym
6
 
usb1_la_CPPFLAGS = \
7
 
        $(AM_CPPFLAGS) \
8
 
        $(CPPFLAGS) \
9
 
        $(INTL_CFLAGS) \
10
 
        $(LIBUSB1_CFLAGS)
11
 
 
12
 
usb1_la_DEPENDENCIES = $(top_srcdir)/iolib.sym
13
 
usb1_la_LIBADD = \
14
 
        $(top_builddir)/libgphoto2_port/libgphoto2_port.la \
15
 
        $(LIBUSB1_LIBS)                 \
16
 
        $(INTLLIBS)
17
 
usb1_la_SOURCES = libusb1.c