Sign in
flutter
/
third_party
/
libusbmuxd
/
d6544e43066bbe7b937515efb72774393b6dc0af
/
.
/
tools
/
Makefile.am
blob: 74494018ff1792048a2c28236cc5c451bb9a6907 [
file
] [
log
] [
blame
]
AM_CFLAGS
=
$
(
GLOBAL_CFLAGS
)
-
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
=
../
src
/
libusbmuxd
.
la