changeset 173:56c3a95b0bde trunk

[svn] Add -lsndfile when using wav-sndfile.c
author nenolod
date Sun, 13 Nov 2005 12:43:41 -0800
parents 08d65e21e357
children 58927c1da3fb
files Plugins/Input/wav/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/wav/Makefile.am	Sun Nov 13 12:33:37 2005 -0800
+++ b/Plugins/Input/wav/Makefile.am	Sun Nov 13 12:43:41 2005 -0800
@@ -10,6 +10,8 @@
 	wav-sndfile.c	\
 	wav-sndfile.h
 
+libwav_la_LDADD = -lsndfile
+
 else
 
 libwav_la_SOURCES = 	\