summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/ilbc/Makefile.am
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-09-17 15:45:06 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 10:48:38 +0200
commit5440c5eeea97a9037da85d42b9bc8376df729e54 (patch)
treed2476f2688978c7b9c2332d53e791c845a22181c /orkbasecxx/filters/ilbc/Makefile.am
parent0e81a660a661c63013894450e6b3ba7569ca933f (diff)
build system changes for newer autotools
* autoconf 2.61 required * bootstrapping: autoreconf -i * pkg-config file added
Diffstat (limited to 'orkbasecxx/filters/ilbc/Makefile.am')
-rw-r--r--orkbasecxx/filters/ilbc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/filters/ilbc/Makefile.am b/orkbasecxx/filters/ilbc/Makefile.am
index c9a8f58..43fb2da 100644
--- a/orkbasecxx/filters/ilbc/Makefile.am
+++ b/orkbasecxx/filters/ilbc/Makefile.am
@@ -1,7 +1,7 @@
METASOURCES = AUTO
SUBDIRS = ilbc
noinst_LTLIBRARIES = libilbc.la
-libilbc_la_SOURCES = IlbcFilters.cpp
+libilbc_la_SOURCES = IlbcFilters.cpp IlbcFilters.h
-INCLUDES = -I@top_srcdir@ -I./ilbc
+INCLUDES = -I$(top_srcdir) -I$(srcdir)/ilbc
AM_CXXFLAGS = -D_REENTRANT