~ubuntu-branches/ubuntu/edgy/k3d/edgy-proposed

« back to all changes in this revision

Viewing changes to boost/boost/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2005-04-28 18:38:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050428183810-kvc6nz46z6gheo0k
Tags: 0.4.5.0-5
* AAAAAAAARGH, *patching* configure.ac broke again the build process! Fixed
  (I hope).
* Removed more cruft of shaderpreprocessor/ from configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
install_sh = @install_sh@
146
146
k3d_have_dot = @k3d_have_dot@
147
147
k3d_have_xsltproc = @k3d_have_xsltproc@
148
 
SUBDIRS = . bind config detail filesystem format mpl multi_array pending pool preprocessor random regex spirit tuple type_traits utility
 
148
SUBDIRS = . bind config detail filesystem format iterator mpl multi_array pending pool preprocessor random regex spirit tuple type_traits utility
149
149
 
150
150
k3ddir = $(pkgincludedir)/boost/boost
151
151
 
213
213
utility_fwd.hpp \
214
214
version.hpp \
215
215
visit_each.hpp \
 
216
non_type.hpp \
 
217
optional.hpp \
216
218
weak_ptr.hpp
217
219
 
218
220