add flags to fix compilation on os x
authorPaul Brossier <piem@altern.org>
Sat, 30 Apr 2005 12:56:32 +0000 (12:56 +0000)
committerPaul Brossier <piem@altern.org>
Sat, 30 Apr 2005 12:56:32 +0000 (12:56 +0000)
configure.ac
examples/Makefile.am

index bc644bf031bae310655b483ae37caab3f9c0d699..9b6c667fa4e2f267d92b6fd2bafae3cf8d572689 100644 (file)
@@ -63,6 +63,8 @@ mingw*)
 darwin*)
   dnl on macosx, cosf went to -lmx
   LDFLAGS="$LDFLAGS -lmx"
+  dnl as long double doesn't sit well with -Wall -Werror
+  CFLAGS="$CLFAGS -Wno-long-double"
   AC_ISC_POSIX
   ;;
 *)
index 0da729c737e74f8de2bde89aa4f3786a0a0c51f0..2c49eddf87b3f23f9a52d13bf8b4775b03080eb7 100644 (file)
@@ -15,3 +15,6 @@ EXTRA_DIST = utils.h
 # optionally add sources file for these programs
 aubioonset_SOURCES = aubioonset.c utils.c
 aubionotes_SOURCES = aubionotes.c utils.c
+
+aubioonset_LDADD = @JACK_LIBS@
+aubionotes_LDADD = @JACK_LIBS@