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.
sems/core/plug-in/l16/Makefile

13 lines
194 B

COREPATH =../..
plug_in_name = l16
module_ldflags =
module_cflags =
ifeq ($(OS),solaris)
# For ntohs and friends.
module_ldflags += -lsocket -lnsl
endif
include ../Makefile.audio_module