More spm fixes

This commit is contained in:
Joe Mattiello
2023-03-01 08:52:01 -05:00
parent f3a70e1e47
commit 364b11ec9d
516 changed files with 154395 additions and 803 deletions

View File

@@ -0,0 +1,16 @@
AM_CFLAGS = $(GLOBAL_CFLAGS)
noinst_LTLIBRARIES = libinternalcommon.la
libinternalcommon_la_LIBADD =
libinternalcommon_la_SOURCES = \
socket.c \
thread.c \
collection.c \
socket.h \
thread.h \
collection.h
if WIN32
libinternalcommon_la_LIBADD += -lws2_32
endif