You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/Makefile.dirs

20 lines
619 B

# Kamailio build system
# path config makefile
#
ifneq ($(makefile_dirs_included),1)
override makefile_dirs_included:=1
# modules directories
# WARNING: - names must not conflict with any makefile variable or
# target name
# - they should not contain '-' in them (portability: some exported
# var names might be derived from them and some shell do not
# support '-' in variables)
# makefile module related targets will be defined based on them:
# install-$(1), install-$(1)-doc, $(1) a.s.o.
# - old: modules_dirs?= modules modules_s modules_k
modules_dirs?= modules
endif