Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Advise how to use git submodules
  • Loading branch information
DarthGandalf committed Jan 4, 2015
1 parent 50cae4e commit ffd1352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Expand Up @@ -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)
Expand Down

0 comments on commit ffd1352

Please sign in to comment.