# HG changeset patch # User Liam Donovan # Date 1454688085 0 # Node ID c3a34eaef0cf8693b1cb8f49e212d8577c445e9d # Parent b128e3ea84fffb412f34cefa1aefea867b77a759 Add -lsndfile to Makefile diff -r b128e3ea84ff -r c3a34eaef0cf Makefile --- a/Makefile Fri Feb 05 06:49:33 2016 +0000 +++ b/Makefile Fri Feb 05 16:01:25 2016 +0000 @@ -8,7 +8,7 @@ RM := rm -rf STATIC_LIBS := ./libprussdrv.a ./libNE10.a -LIBS := -lrt -lnative -lxenomai +LIBS := -lrt -lnative -lxenomai -lsndfile INCLUDES := -I./include -I/usr/include/ne10 -I/usr/xenomai/include -I/usr/arm-linux-gnueabihf/include/xenomai/include -I/usr/arm-linux-gnueabihf/include/ne10