summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/ilbc/Makefile.am
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-01-24 19:40:58 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-01-24 19:40:58 +0000
commit13101c872080e1579db20792581f2ddd408d59c2 (patch)
tree4d3d9e2b885ca044fb7d057b472443fe96c0c580 /orkbasecxx/filters/ilbc/Makefile.am
parent007580ea7479c74338199bea423e38465d1ebc15 (diff)
Support for iLBC added by Gerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@393 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/filters/ilbc/Makefile.am')
-rw-r--r--orkbasecxx/filters/ilbc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/orkbasecxx/filters/ilbc/Makefile.am b/orkbasecxx/filters/ilbc/Makefile.am
new file mode 100644
index 0000000..c9a8f58
--- /dev/null
+++ b/orkbasecxx/filters/ilbc/Makefile.am
@@ -0,0 +1,7 @@
+METASOURCES = AUTO
+SUBDIRS = ilbc
+noinst_LTLIBRARIES = libilbc.la
+libilbc_la_SOURCES = IlbcFilters.cpp
+
+INCLUDES = -I@top_srcdir@ -I./ilbc
+AM_CXXFLAGS = -D_REENTRANT