]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
ebml: Removing useless cast.
[vlc] / src / Makefile.am
index 3210814858e25d948affc0a0b2a3de336b7ba22d..0e617e27ccc7e108056c635e4e506beec0a9d6aa 100644 (file)
@@ -197,6 +197,7 @@ EXTRA_libvlccore_la_SOURCES = \
        $(SOURCES_libvlc_darwin) \
        $(SOURCES_libvlc_linux) \
        $(SOURCES_libvlc_win32) \
+       $(SOURCES_libvlc_os2) \
        $(SOURCES_libvlc_other) \
        $(SOURCES_libvlc_httpd) \
        $(SOURCES_libvlc_sout) \
@@ -217,12 +218,16 @@ else
 if HAVE_SYMBIAN
 #libvlccore_la_SOURCES += $(SOURCES_libvlc_symbian)
 else
+if HAVE_OS2
+libvlccore_la_SOURCES += $(SOURCES_libvlc_os2)
+else
 libvlccore_la_SOURCES += $(SOURCES_libvlc_other)
 endif
 endif
 endif
 endif
 endif
+endif
 if BUILD_HTTPD
 libvlccore_la_SOURCES += $(SOURCES_libvlc_httpd)
 endif
@@ -271,6 +276,15 @@ SOURCES_libvlc_symbian = \
        win32/plugin.c \
        $(NULL)
 
+SOURCES_libvlc_os2 = \
+       os2/dirs.c \
+       misc/atomic.c \
+       posix/filesystem.c \
+       posix/plugin.c \
+       os2/thread.c \
+       os2/specific.c \
+       $(NULL)
+
 SOURCES_libvlc_other = \
        posix/dirs.c \
        misc/atomic.c \
@@ -466,19 +480,6 @@ SOURCES_libvlc = \
        $(SOURCES_libvlc_common) \
        $(NULL)
 
-###############################################################################
-# libvlc pulse
-###############################################################################
-
-if HAVE_PULSE
-pkglib_LTLIBRARIES = libvlcpulse.la
-endif
-
-libvlcpulse_la_SOURCES = pulse/mainloop.c ../include/vlc_pulse.h
-libvlcpulse_la_CPPFLAGS = $(PULSE_CFLAGS)
-libvlcpulse_la_LIBADD = $(PULSE_LIBS) libvlccore.la
-libvlcpulse_la_LDFLAGS = -export-symbols-regex ^vlc_pa_ -no-undefined
-
 ###############################################################################
 # GIT revision
 ###############################################################################