diff options
author | S. Davilla <davilla@4pi.com> | 2011-03-27 15:31:46 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-03-27 17:14:45 -0400 |
commit | ac3008b1f9693bd8b91699aa5c73e37edf7b76f2 (patch) | |
tree | a4f34443f6afdeb5b0ef0636e6022dee13bf7c35 /lib/libXDAAP | |
parent | 2db16804b118bf3abae47911728e656ed7574be8 (diff) |
[osx/ios/linux] changed, drop arch from various static lib names, this syncs all built static libs with same nameing
Diffstat (limited to 'lib/libXDAAP')
-rw-r--r-- | lib/libXDAAP/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXDAAP/Makefile.in b/lib/libXDAAP/Makefile.in index aa1b8a45f5..126043ecc8 100644 --- a/lib/libXDAAP/Makefile.in +++ b/lib/libXDAAP/Makefile.in @@ -1,6 +1,6 @@ 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-@ARCH@.a +LIB=libxdaap.a include ../../Makefile.include |