logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git
commit: e5fce3c20ef774e2d9a435b77633a880aea52a3a
parent 51852c52b030df4d516d9b1788ea627ad4c87666
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 22 Mar 2024 22:19:03 +0100

src/Makefile: install D header file

Diffstat:

Msrc/Makefile3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile @@ -46,7 +46,8 @@ install: all cp libbulletml.* $(DESTDIR)$(LIBDIR)/ mkdir -p $(DESTDIR)$(INCDIR)/bulletml/ cp *.h $(DESTDIR)$(INCDIR)/bulletml/ - cp -r src/bulletml.d $(DESTDIR)$(INCDIR)/d/ + mkdir -p $(DESTDIR)$(INCDIR)/d/ + cp bulletml.d $(DESTDIR)$(INCDIR)/d/ mkdir -p $(DESTDIR)$(INCDIR)/bulletml/tinyxml/ cp tinyxml/tinyxml.h $(DESTDIR)$(INCDIR)/bulletml/tinyxml/ mkdir -p $(DESTDIR)$(INCDIR)/bulletml/ygg/