Skip to content

Commit

Permalink
Makefile: give warning when old modules directory is found
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Mar 13, 2019
1 parent 5e48786 commit d72c3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ KSR_DIR ?= src/
# default target for makefile
.DEFAULT_GOAL := default

ifneq ($(wildcard modules),)
$(warning "old Kamailio modules directory found, you should clean that")
endif

# strip the src/ from the path to modules
SMODPARAM=
Expand Down

0 comments on commit d72c3f2

Please sign in to comment.