diff options
| author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-01-28 17:09:59 +0000 |
|---|---|---|
| committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-01-28 17:09:59 +0000 |
| commit | d322e408fc4aa9537022fabe484eb0f9ff1728a0 (patch) | |
| tree | 3186136b8f16d52e49d27f9f4d93ef8ba918120b /src/xine-utils/Makefile.am | |
| parent | 2b807d342d16a00bb07e2aabf1c2a3d99bb39b63 (diff) | |
| download | xine-lib-d322e408fc4aa9537022fabe484eb0f9ff1728a0.tar.gz xine-lib-d322e408fc4aa9537022fabe484eb0f9ff1728a0.tar.bz2 | |
Forgotten files.
Sorry about the breakage.
CVS patchset: 7855
CVS date: 2006/01/28 17:09:59
Diffstat (limited to 'src/xine-utils/Makefile.am')
| -rw-r--r-- | src/xine-utils/Makefile.am | 14 |
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 |
