You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
308 B

if SHIP_BINARIES
EXTRA_DIST = include bin
SH_DIST_HOOK = dist-ship-binary-hook
dist-ship-binary-hook include bin:
cd "$(top_builddir)" && $(MAKE) includedir="$(PWD)/include" DESTDIR="" prefix="$(PWD)/tmp" install
mkdir -p "$(PWD)/bin"
cp "$(PWD)/tmp/bin/"*.dll "bin/"
endif
dist-hook: $(SH_DIST_HOOK)