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

22 lines
437 B

# example library makefile
#
include ../../Makefile.defs
auto_gen=
NAME:=ser_xcap
MAJOR_VER=0
MINOR_VER=1
BUGFIX_VER=0
DEFS+=-DSER
libxml2_includes=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
-I$(LOCALBASE)/include
libxml2_libs=-L$(LOCALBASE)/lib -lxml2
INCLUDES= -I$(CURDIR)/.. -I$(CURDIR)/../.. $(libxml2_includes)
LIBS=$(libxml2_libs)
SERLIBPATH=..
SER_LIBS=$(SERLIBPATH)/cds/ser_cds
include ../../Makefile.libs