aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 1118b9f608844568f6286403c8804d569127b6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

EXTRA_dist = hybrid.vcxproj.filters  hybrid.vcxproj

INCLUDES = -I$(top_srcdir)/celt/libcelt/ -I$(top_srcdir)/silk/interface 

lib_LTLIBRARIES = libietfcodec.la
libietfcodec_la_SOURCES = opus_decoder.c opus_encoder.c

noinst_HEADERS = opus_decoder.h opus_encoder.h

pkginclude_HEADERS = opus.h

noinst_PROGRAMS = test_opus

test_opus_SOURCES = test_opus.c
test_opus_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la