diff options
Diffstat (limited to 'src/boost/format/Makefile.am')
-rw-r--r-- | src/boost/format/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boost/format/Makefile.am b/src/boost/format/Makefile.am new file mode 100644 index 000000000000..5badba27cf6d --- /dev/null +++ b/src/boost/format/Makefile.am @@ -0,0 +1,6 @@ +noinst_LIBRARIES = libformat.a + +libformat_a_SOURCES = format_implementation.cc free_funcs.cc parsing.cc + +EXTRA_DIST = exceptions.hpp feed_args.hpp format_class.hpp format_fwd.hpp \ + group.hpp internals.hpp internals_fwd.hpp macros_default.hpp |