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-12-06 07:18:25 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-06 07:18:25 +0300
commitbc5cedf26ff213b6d35ca892f79c20ecf100c825 (patch)
tree8afce325354c40a2ea4c0c1c3fe55a35432f5164 /libcelt/Makefile.am
parent2ec8d9e5227b5875a837b72d89d1a81234c35252 (diff)
Linking with libentcode
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index 42a6060..87f870b 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -21,4 +21,7 @@ noinst_HEADERS = arch.h bands.h celt.h cwrs.h fftwrap.h mdct.h modes.h \
noinst_PROGRAMS = testcelt
testcelt_SOURCES = testcelt.c
-testcelt_LDADD = $(top_builddir)/libcelt/libcelt.la
+testcelt_LDADD = $(top_builddir)/libentcode/libentcode.la \
+ $(top_builddir)/libcelt/libcelt.la
+INCLUDES = -I$(top_srcdir)/libentcode
+libcelt_la_LIBADD = $(top_builddir)/libentcode/libentcode.la