Advise how to use git submodules

This commit is contained in:
Alexey Sokolov
2015-01-04 00:14:18 +00:00
parent 50cae4e357
commit ffd1352f76

View File

@@ -163,6 +163,9 @@ include/znc/Csocket.h: third_party/Csocket/Csocket.h
@rm -f $@
@mkdir -p include/znc
@sed -e 's:#include "defines.h":#include <znc/defines.h>:' $^ > $@
third_party/Csocket/Csocket.h third_party/Csocket/Csocket.cc:
@echo It looks like git submodules are not initialized. Run: git submodule update --init --recursive
@exit 1
endif
install: znc $(LIBZNC)