Files
SideStore/Sources/libimobiledevice/dependencies/libusbmuxd/common/Makefile.am
Joe Mattiello 364b11ec9d More spm fixes
2023-03-10 19:30:14 -05:00

17 lines
287 B
Makefile

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