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

13 lines
296 B

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