mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Advise how to use git submodules
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user