summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d63729331..f35db8cb7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,5 @@
include $(top_srcdir)/misc/Makefile.common
-if !WIN32
- w32dll = libw32dll
-endif
-
# Order is important be careful changing SUBDIRS
SUBDIRS = \
xine-utils \
@@ -21,7 +17,7 @@ SUBDIRS = \
libsputext \
libdts \
libmad \
- $(w32dll) \
+ libw32dll \
liblpcm \
libxinevdec \
libxineadec \