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/utils/protoshoot/Makefile

27 lines
310 B

#
COREPATH=../..
include $(COREPATH)/Makefile.defs
include $(COREPATH)/Makefile.targets
auto_gen=
NAME=protoshoot
RELEASE=0.2
ifneq (,$(findstring -DUSE_SCTP,$(C_DEFS)))
SCTP=1
endif
ifeq ($(SCTP),1)
ifeq ($(OS), linux)
LIBS+= -lsctp
endif
endif
include $(COREPATH)/Makefile.utils
$(NAME).o:
modules: