diff options
author | Memphiz <memphis@machzwo.de> | 2011-08-02 21:26:12 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-08-02 21:26:12 +0200 |
commit | b12953583b781185f013ff3963d17ab08b0f377a (patch) | |
tree | 93c492ae0620d6b51b7079312a0df526c1d38a8e /lib | |
parent | 4c4443a4859e7c69d6113dd851ffdd5c03c2916f (diff) |
[fix] - libXDAAP should align memory accesses
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libXDAAP/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libXDAAP/Makefile b/lib/libXDAAP/Makefile new file mode 100644 index 0000000000..9cf19f6f9a --- /dev/null +++ b/lib/libXDAAP/Makefile @@ -0,0 +1,7 @@ +CFLAGS+=-DHAVE___ALIGNOF__ +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 + |