* Install header files in /nix/include/nix.
This commit is contained in:
parent
4be5443882
commit
e5a6c09b12
5 changed files with 25 additions and 14 deletions
|
|
@ -1,6 +1,8 @@
|
|||
SUBDIRS = format
|
||||
|
||||
EXTRA_DIST = assert.hpp checked_delete.hpp format.hpp \
|
||||
pkginclude_HEADERS = assert.hpp checked_delete.hpp format.hpp \
|
||||
shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \
|
||||
enable_shared_from_this.hpp \
|
||||
detail/shared_count.hpp detail/workaround.hpp
|
||||
|
||||
pkgincludedir = ${includedir}/nix/boost
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
pkglib_LTLIBRARIES = libformat.la
|
||||
|
||||
libformat_la_SOURCES = format_implementation.cc free_funcs.cc \
|
||||
parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \
|
||||
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)/../..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue