diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2004-09-14 20:54:21 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2004-09-14 20:54:21 +0000 |
commit | ae10c5de672de5d27714a54862a910566dd2da14 (patch) | |
tree | 94633ebb09ce65a48e0445a3b4321de2fea86ab7 /src/xine-utils | |
parent | 0cb901ef91b174fb6602e35d7183d5be96d5843b (diff) | |
download | xine-lib-ae10c5de672de5d27714a54862a910566dd2da14.tar.gz xine-lib-ae10c5de672de5d27714a54862a910566dd2da14.tar.bz2 |
Moved building xmlparser.c back to xine-utils Makefile from xine-engine Makefile
CVS patchset: 6970
CVS date: 2004/09/14 20:54:21
Diffstat (limited to 'src/xine-utils')
-rw-r--r-- | src/xine-utils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 99b819044..27d7a5b60 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -22,7 +22,8 @@ libxineutils_la_SOURCES = $(pppc_files) \ xine_check.c \ xine_mutex.c \ xmllexer.c \ - xine_buffer.c + xine_buffer.c \ + xmlparser.c include_HEADERS = \ attributes.h \ |