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

« back to all changes in this revision

Viewing changes to boost/libs/filesystem/src/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
noinst_LTLIBRARIES = libfilesystempp.la
 
2
 
 
3
libfilesystempp_la_SOURCES = \
 
4
convenience.cpp \
 
5
exception.cpp \
 
6
operations_posix_windows.cpp \
 
7
path_posix_windows.cpp
 
8
 
 
9
INCLUDES = -I$(top_srcdir)/boost
 
10
 
 
11
AM_CXXFLAGS = @AQSIS_CXXFLAGS@
 
12
AM_CPPFLAGS = @AQSIS_CPPFLAGS@
 
13