Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index 7c574cc..b2a61e8 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -15,18 +15,16 @@ lib_LTLIBRARIES = libcelt.la
# Sources for compilation in the library
libcelt_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c \
- entdec.c entenc.c header.c kfft_single.c kiss_fft.c kiss_fftr.c laplace.c mdct.c \
- modes.c pitch.c psy.c quant_bands.c rangedec.c rangeenc.c rate.c \
+ entdec.c entenc.c header.c kiss_fft.c laplace.c mdct.c \
+ modes.c pitch.c quant_bands.c rangedec.c rangeenc.c rate.c \
vq.c
-#noinst_HEADERS =
-
libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@
noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \
cwrs.h ecintrin.h entcode.h entdec.h entenc.h fixed_generic.h float_cast.h \
- kfft_double.h kfft_single.h kiss_fft.h kiss_fftr.h laplace.h mdct.h mfrngcod.h \
- mathops.h modes.h os_support.h pitch.h psy.h \
+ kfft_double.h kiss_fft.h laplace.h mdct.h mfrngcod.h \
+ mathops.h modes.h os_support.h pitch.h \
quant_bands.h rate.h stack_alloc.h vq.h
noinst_PROGRAMS = testcelt dump_modes