summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/gsm/gsm610/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/gsm/gsm610/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/gsm/gsm610/Makefile.am')
-rw-r--r--orkbasecxx/filters/gsm/gsm610/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/orkbasecxx/filters/gsm/gsm610/Makefile.am b/orkbasecxx/filters/gsm/gsm610/Makefile.am
index aba1767..6f9490f 100644
--- a/orkbasecxx/filters/gsm/gsm610/Makefile.am
+++ b/orkbasecxx/filters/gsm/gsm610/Makefile.am
@@ -3,7 +3,8 @@ noinst_LTLIBRARIES = libgsm610.la
libgsm610_la_SOURCES = add.c code.c decode.c gsm_create.c gsm_decode.c \
gsm_destroy.c gsm_encode.c gsm_option.c \
long_term.c lpc.c preprocess.c rpe.c \
- short_term.c table.c
+ short_term.c table.c \
+ config.h gsm.h gsm610_priv.h
-INCLUDES = -I@top_srcdir@
+INCLUDES = -I$(top_srcdir)
AM_CFLAGS = -D_REENTRANT