~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/spirit/iterator/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = . impl
 
2
 
 
3
 
 
4
noinst_HEADERS = \
 
5
file_iterator.hpp \
 
6
fixed_size_queue.hpp \
 
7
multi_pass.hpp \
 
8
position_iterator.hpp
 
9
 
 
10
EXTRA_DIST = \
 
11
file_iterator.hpp \
 
12
fixed_size_queue.hpp \
 
13
multi_pass.hpp \
 
14
position_iterator.hpp
 
15