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@usherbrooke.ca>2007-12-11 10:01:22 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-11 10:01:22 +0300
commitf347dd3b3d9c1ffef4f707d39208ffa4750370ab (patch)
treeea05d3c37ecb251a1eb7b25631b55afb44c859c8 /libcelt/Makefile.am
parentf8db800c44a5f12f6bf88288e6d4886e0858570c (diff)
Fixed parallel build
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 63616e9..708f601 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -22,6 +22,6 @@ 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)/libentcode/libentcode.la \
- $(top_builddir)/libcelt/libcelt.la
+ libcelt.la
INCLUDES = -I$(top_srcdir)/libentcode
libcelt_la_LIBADD = $(top_builddir)/libentcode/libentcode.la