~ubuntu-branches/ubuntu/quantal/babl/quantal

« back to all changes in this revision

Viewing changes to babl/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-05-24 16:10:11 UTC
  • Revision ID: package-import@ubuntu.com-20120524161011-au0xub7015rjk150
Tags: 0.1.10-1ubuntu1
debian/babl-includes.patch: add all headers files as files to ship;
otherwise some packages which touch Babl objects (gnome-scan) fail to build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        babl-util.h
63
63
 
64
64
library_includedir=$(includedir)/babl-$(BABL_API_VERSION)/babl
65
 
libinc_hdrs = \
66
 
        babl-macros.h           \
67
 
        babl-types.h            \
68
 
        babl.h
 
65
libinc_hdrs = $(h_sources)
69
66
libinc_generated_hdrs = \
70
67
        babl-version.h
71
68
library_include_HEADERS = \