about summary refs log tree commit diff
path: root/src/boost/format/Makefile.am
blob: 39bc6fe07e799f396fcc59e10a0164bea6422fdb (plain) (blame)
1
2
3
4
5
6
7
8
pkglib_LTLIBRARIES = libformat.la

libformat_la_SOURCES = format_implementation.cc free_funcs.cc \
 parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \
 format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \
 macros_default.hpp

AM_CXXFLAGS = -Wall -I$(srcdir)/../..