aboutsummaryrefslogtreecommitdiff
path: root/lib/libXDAAP/Makefile.in
blob: c0214e4276bc15809c0147806b0ab0e6d64fe9f9 (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(findstring arm,@ARCH@), arm)
CFLAGS+=-DHAVE___ALIGNOF__
endif
SRCS= daap.c debug.c dmap_generics.c global.c httpClient.c ioloop.c libXDAAP.c threadpool.c Authentication/hasher.c Authentication/md5.c

LIB=libxdaap.a

include ../../Makefile.include