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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-30 03:36:46 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-30 03:36:46 +0300
commit013c31d6e69abccc1135b40ab966174addc14348 (patch)
tree92e8b0f136800a0c85e6f4f43be793f42609c296 /libcelt/Makefile.am
parentf02ba11950b3cf54dea27d4004afae3f0c89b3be (diff)
Got MDCT analysis-synthesis to work
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index 44ea494..ec58f36 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -15,7 +15,7 @@ libcelt_la_SOURCES = celt.c mdct.c
libcelt_la_LDFLAGS = -version-info @CELT_LT_CURRENT@:@CELT_LT_REVISION@:@CELT_LT_AGE@
-noinst_HEADERS = os_support.h arch.h mdct.h
+noinst_HEADERS = arch.h celt.h mdct.h os_support.h
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c