summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/gsm
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/filters/gsm')
-rw-r--r--orkbasecxx/filters/gsm/Makefile.am4
-rw-r--r--orkbasecxx/filters/gsm/gsm610/Makefile.am5
2 files changed, 5 insertions, 4 deletions
diff --git a/orkbasecxx/filters/gsm/Makefile.am b/orkbasecxx/filters/gsm/Makefile.am
index 26be37b..03de1a3 100644
--- a/orkbasecxx/filters/gsm/Makefile.am
+++ b/orkbasecxx/filters/gsm/Makefile.am
@@ -1,7 +1,7 @@
METASOURCES = AUTO
SUBDIRS = gsm610
noinst_LTLIBRARIES = libgsm.la
-libgsm_la_SOURCES = GsmFilters.cpp
+libgsm_la_SOURCES = GsmFilters.cpp GsmFilters.h
-INCLUDES = -I@top_srcdir@ -I./gsm610
+INCLUDES = -I$(top_srcdir) -I$(srcdir)/gsm610
AM_CXXFLAGS = -D_REENTRANT
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