commit: 51852c52b030df4d516d9b1788ea627ad4c87666
parent c83c8cc6578ae67ec316cd0f9a97f92871653227
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Mar 2024 22:17:06 +0100
src/Makefile: install D headers
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Makefile b/src/Makefile
@@ -46,6 +46,7 @@ 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)/bulletml/tinyxml/
cp tinyxml/tinyxml.h $(DESTDIR)$(INCDIR)/bulletml/tinyxml/
mkdir -p $(DESTDIR)$(INCDIR)/bulletml/ygg/