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:
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