~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to glib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-16 15:36:47 UTC
  • mfrom: (1.7.3)
  • Revision ID: package-import@ubuntu.com-20120216153647-9ggk53b3ftsnxfym
Tags: 0.18.4-0ubuntu1
* New upstream version:
  - "evince displays the included PDF without rotation" (lp: #711300)
  - Contents of the page is not displayed while it is OK 
    with xpdf or acroread (lp: #878715)
* debian/control:
  - libpoppler-glib-dev shouldn't depends on libgtk-dev, it stopped using
    gdk and uses cairo directly (lp: #870662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
92
92
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
93
93
 
94
 
introspection_files = $(libpoppler_glib_la_SOURCES) $(poppler_glib_include_HEADERS)
 
94
introspection_files = $(filter-out poppler-private.h, $(libpoppler_glib_la_SOURCES)) $(poppler_glib_include_HEADERS) $(nodist_poppler_glib_include_HEADERS)
95
95
Poppler-0.18.gir: libpoppler-glib.la
96
96
Poppler_0_18_gir_INCLUDES = GObject-2.0 cairo-1.0
97
97
Poppler_0_18_gir_CFLAGS = $(INCLUDES) -I$(top_builddir)
98
98
Poppler_0_18_gir_LIBS = libpoppler-glib.la
99
 
Poppler_0_18_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
 
99
Poppler_0_18_gir_FILES = $(introspection_files)
 
100
Poppler_0_18_gir_SCANNERFLAGS = --c-include poppler.h
 
101
Poppler_0_18_gir_EXPORT_PACKAGES = poppler-glib
100
102
 
101
103
INTROSPECTION_GIRS += Poppler-0.18.gir
102
104