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

« back to all changes in this revision

Viewing changes to boost/boost/regex/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 = . v3
 
2
 
 
3
 
 
4
noinst_HEADERS = \
 
5
config.hpp \
 
6
pattern_except.hpp \
 
7
regex_traits.hpp \
 
8
src.cpp \
 
9
user.hpp
 
10
 
 
11
EXTRA_DIST = \
 
12
config.hpp \
 
13
pattern_except.hpp \
 
14
regex_traits.hpp \
 
15
src.cpp \
 
16
user.hpp
 
17