mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
More spm fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user