summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \