summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-12-29 16:42:54 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-12-29 16:42:54 +0000
commitc9c60f8835bd8921c28be6faa8c8ee03d2118d8f (patch)
tree587ca63e17e79ae6055a803a98dc83c5e8e03bab
parent786be7e4a8be66bdfcc3459496156ca5028b672d (diff)
downloadxine-lib-c9c60f8835bd8921c28be6faa8c8ee03d2118d8f.tar.gz
xine-lib-c9c60f8835bd8921c28be6faa8c8ee03d2118d8f.tar.bz2
reactivate sputext directory
CVS patchset: 3718 CVS date: 2002/12/29 16:42:54
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8b899a48..539300ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1194,6 +1194,7 @@ src/libmad/Makefile
src/libmpeg2/Makefile
src/libspudec/Makefile
src/libspucc/Makefile
+src/libsputext/Makefile
src/libvorbis/Makefile
src/libw32dll/Makefile
src/libw32dll/wine/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 592bd4884..d7429be75 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,6 @@
# Order is important be careful changing SUBDIRS
#SUBDIRS = \
# libdivx4 \
-# libsputext \
# libxvid
SUBDIRS = \
@@ -17,6 +16,7 @@ SUBDIRS = \
liba52 \
libspudec \
libspucc \
+ libsputext \
libdts \
libmad \
libw32dll \