mirror of https://github.com/Icinga/icinga2.git
10 lines
223 B
Makefile
10 lines
223 B
Makefile
|
EXTRA_DIST=include
|
||
|
|
||
|
dist-hook:
|
||
|
mkdir -p boost && \
|
||
|
bcp --boost=$(BOOST_PATH)/include tr1 smart_ptr bind function make_shared boost && \
|
||
|
rm -Rf include && \
|
||
|
mkdir include && \
|
||
|
mv boost/boost include/ && \
|
||
|
rm -Rf boost
|