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/lib/xcap/Makefile.nonser

13 lines
299 B

DEFS +=
INCLUDES += -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/local/include
LIBS += -L/usr/local/lib -lxml2 -lcurl -lcds
# name of result executable or library
NAME = xcap
# TYPE=lib => shared or static library, executable otherwise
TYPE = lib
include ../Makefile.defs