~ubuntu-branches/ubuntu/feisty/libxml++2.6/feisty

« back to all changes in this revision

Viewing changes to MSVC_Net2003/libxml++/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BUILT_SOURCES = libxml++.rc
 
1
BUILT_SOURCES = libxml++config.h libxml++.rc
2
2
 
3
3
MAINTAINERCLEANFILES = $(built_sources)
4
4
 
5
 
EXTRA_DIST = libxml++.vcproj libxml++.rc
 
5
EXTRA_DIST = libxml++config.h libxml++.vcproj libxml++.rc
 
6
 
 
7
# Copy config file generated by the configure script. Dependency is 
 
8
# wht respect to the .h.in file, to prevent an error with 'make distcheck'.
 
9
# See http://sources.redhat.com/automake/automake.html#distcleancheck
 
10
 
 
11
libxml++config.h: $(top_srcdir)/libxml++/libxml++config.h.in $(top_srcdir)/configure.in
 
12
        cp -f $(top_builddir)/libxml++/libxml++config.h $@