Separate the C and C++ static libraries.
parent
2286caaca2
commit
fa2d3143a4
@ -1,32 +0,0 @@
|
||||
MOSQ_C_OBJ_NAMES=mosquitto.o \
|
||||
handle_connack.o \
|
||||
handle_ping.o \
|
||||
handle_pubackcomp.o \
|
||||
handle_publish.o \
|
||||
handle_pubrec.o \
|
||||
handle_pubrel.o \
|
||||
handle_suback.o \
|
||||
handle_unsuback.o \
|
||||
helpers.o \
|
||||
logging_mosq.o \
|
||||
memory_mosq.o \
|
||||
messages_mosq.o \
|
||||
net_mosq.o \
|
||||
packet_mosq.o \
|
||||
read_handle.o \
|
||||
send_connect.o \
|
||||
send_disconnect.o \
|
||||
send_mosq.o \
|
||||
send_publish.o \
|
||||
send_subscribe.o \
|
||||
send_unsubscribe.o \
|
||||
socks_mosq.o \
|
||||
srv_mosq.o \
|
||||
thread_mosq.o \
|
||||
time_mosq.o \
|
||||
tls_mosq.o \
|
||||
util_mosq.o \
|
||||
will_mosq.o
|
||||
|
||||
CURDIR=$(dir $(lastword $(MAKEFILE_LIST)))
|
||||
MOSQ_C_OBJS=$(addprefix $(CURDIR), $(MOSQ_C_OBJ_NAMES))
|
Loading…
Reference in New Issue