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 bc644bf..9b6c667 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 0da729c..2c49edd 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@