summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: bf9198f98cf60f1cc0680fba65c39624eb6e25be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = -I$(top_srcdir)/include

AM_CFLAGS = $(GLOBAL_CFLAGS) $(libplist_CFLAGS)
AM_LDFLAGS = $(GLOBAL_LIBS) $(libplist_LIBS)

lib_LTLIBRARIES = libusbmuxd.la
libusbmuxd_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBUSBMUXD_SO_VERSION) -no-undefined
libusbmuxd_la_LIBADD =
libusbmuxd_la_SOURCES = \
		collection.c collection.h \
		sock_stuff.c sock_stuff.h \
		libusbmuxd.c

if WIN32
libusbmuxd_la_LIBADD += ws2_32
endif