11 lines
441 B
Diff
11 lines
441 B
Diff
--- src/Makefile.am.orig 2006-07-11 01:18:20.000000000 +1000
|
|
+++ src/Makefile.am 2006-07-11 01:21:20.000000000 +1000
|
|
@@ -10,6 +10,8 @@
|
|
doCPLC.c gainquant.c hpOutput.c iLBC_define.h lsf.c syntFilter.c \
|
|
doCPLC.h gainquant.h hpOutput.h iLBC_encode.c lsf.h syntFilter.h
|
|
|
|
+libilbc_la_LIBADD=-lm
|
|
+
|
|
ilbc_includedir=$(includedir)/ilbc
|
|
ilbc_include_HEADERS=iLBC_decode.h iLBC_encode.h iLBC_define.h
|
|
|