summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-15 18:20:32 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-07-29 20:01:50 -0700
commitd7dfab4c59bdcace3dead160cbd4a26b1d3db71a (patch)
tree736d4c62f0968e68edd0c84d37e4354090afd60f /Makefile.am
parent6d50bedbfddb049717b12c693747fab65545e2f9 (diff)
downloadsbc-d7dfab4c59bdcace3dead160cbd4a26b1d3db71a.tar.gz
build: Add private SBC library header
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3cae31a..0a4916f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AM_MAKEFLAGS = --no-print-directory
sbc_headers = sbc/sbc.h
-sbc_sources = sbc/sbc.c sbc/sbc_math.h sbc/sbc_tables.h \
+sbc_sources = sbc/sbc.c sbc/sbc_private.h sbc/sbc_math.h sbc/sbc_tables.h \
sbc/sbc_primitives.h sbc/sbc_primitives.c \
sbc/sbc_primitives_mmx.h sbc/sbc_primitives_mmx.c \
sbc/sbc_primitives_iwmmxt.h sbc/sbc_primitives_iwmmxt.c \