about summary refs log blame commit diff
path: root/src/boost/format/Makefile.am
blob: 13e23d315da8cd5985104dd65b2bfd53448733f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                 
 
                                                               


                                                                    

                                                           
 

                                              
                                     
pkglib_LTLIBRARIES = libformat.la

libformat_la_SOURCES = format_implementation.cc free_funcs.cc \
 parsing.cc 

pkginclude_HEADERS = exceptions.hpp feed_args.hpp format_class.hpp \
 format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \
 macros_default.hpp

pkgincludedir = ${includedir}/nix/boost/format

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