summaryrefslogtreecommitdiff
path: root/src/xine-utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/Makefile.am')
-rw-r--r--src/xine-utils/Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am
index e0a35cb1f..6e22f0ab2 100644
--- a/src/xine-utils/Makefile.am
+++ b/src/xine-utils/Makefile.am
@@ -25,7 +25,11 @@ libxineutils_la_SOURCES = $(pppc_files) \
xine_mutex.c \
xmllexer.c \
xine_buffer.c \
- xmlparser.c
+ xmlparser.c \
+ array.c \
+ sorted_array.c \
+ pool.c \
+ ring_buffer.c
include_HEADERS = \
attributes.h \
@@ -33,7 +37,13 @@ include_HEADERS = \
xine_buffer.h \
xineutils.h \
xmllexer.h \
- xmlparser.h
+ xmlparser.h \
+ list.h \
+ array.h \
+ sorted_array.h \
+ pool.h \
+ ring_buffer.h
+
noinst_HEADERS = ppcasm_string.h xine_check.h