~ubuntu-branches/ubuntu/dapper/poppler/dapper-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2005-12-30 11:34:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051230113407-8grizsk0ar874uoi
Tags: 0.4.3-1
* New upstream release.
* New maintainer (Closes: #344738)
* CVE-2005-3191 and CAN-2005-2097 fixes merged upstream.
* Fixed some rendering bugs and disabled Cairo output
  (Closes: #314556, #322964, #328211)
* Acknowledge NMU (Closes: #342288)
* Add 001-selection-crash-bug.patch (Closes: #330544)
* Add poppler-utils (merge patch from Ubuntu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
DATA = $(pkgconfig_DATA)
75
75
ETAGS = etags
76
76
CTAGS = ctags
77
 
DIST_SUBDIRS = goo fofi splash poppler utils glib qt test qt4
 
77
DIST_SUBDIRS = goo fofi splash poppler glib qt test qt4
78
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
79
distdir = $(PACKAGE)-$(VERSION)
80
80
top_distdir = $(distdir)
232
232
@BUILD_POPPLER_QT_TRUE@qt_pc_file = poppler-qt.pc
233
233
@BUILD_POPPLER_QT4_TRUE@qt4_subdir = qt4
234
234
@BUILD_POPPLER_QT4_TRUE@qt4_pc_file = poppler-qt4.pc
235
 
SUBDIRS = goo fofi $(splash_subdir) poppler utils $(glib_subdir) $(qt_subdir) test $(qt4_subdir)
 
235
SUBDIRS = goo fofi $(splash_subdir) poppler $(glib_subdir) $(qt_subdir) test $(qt4_subdir)
236
236
EXTRA_DIST = \
237
237
        README-XPDF                             \
238
238
        poppler.pc.in                           \