Skip to content
Snippets Groups Projects
Commit 5e1b2fd7 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-04-17 11:35:18 by simonmar]

Add $(INSTALL_INCLUDES), we'll probably need it at some point.
parent 3f94dca4
No related merge requests found
......@@ -806,6 +806,14 @@ install:: $(INSTALL_DATAS)
done
endif
ifneq "$(INSTALL_INCLUDES)" ""
install:: $(INSTALL_INCLUDES)
@$(INSTALL_DIR) $(includedir)
for i in $(INSTALL_INCLUDES); do \
$(INSTALL_DATA) $(INSTALL_OPTS) $$i $(includedir); \
done
endif
#
# Use with care..
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment