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,10 @@
|
||||
AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/common -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
AM_LDFLAGS = $(libpthread_LIBS)
|
||||
|
||||
bin_PROGRAMS = iproxy
|
||||
|
||||
iproxy_SOURCES = iproxy.c
|
||||
iproxy_CFLAGS = $(AM_CFLAGS)
|
||||
iproxy_LDFLAGS = $(AM_LDFLAGS)
|
||||
iproxy_LDADD = $(top_builddir)/src/libusbmuxd.la $(top_builddir)/common/libinternalcommon.la
|
||||
|
||||
Reference in New Issue
Block a user