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

13 lines
276 B

# warning: set correct structure aligment!
CFLAGS += -ggdb -fPIC -malign-double
# name of result executable or library
NAME = binrpc
# override using 'make lib-type=static'
# TYPE=lib => shared or static library, executable otherwise
TYPE = lib
include ../Makefile.defs