]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Fix --file-logging on windows (that was stupid...)
[vlc] / src / Makefile.am
index 84ed6764c0ed9c04fe5492aa40ce3e4d7f9708cc..492dcde571ede640a30fcefb4ca66ac48c138f1b 100644 (file)
@@ -181,9 +181,9 @@ libvlccore_la_LDFLAGS = \
        -export-symbols $(srcdir)/libvlccore.sym \
        -version-info 5:0:0
 libvlccore_la_LIBADD = $(LIBS_libvlccore) \
+       ../compat/libcompat.la \
        $(LTLIBINTL) $(LTLIBICONV) \
-       $(SOCKET_LIBS) $(LIBDL) $(LIBM) \
-       ../compat/libcompat.la
+       $(SOCKET_LIBS) $(LIBDL) $(LIBM)
 libvlccore_la_DEPENDENCIES = libvlccore.sym
 if HAVE_WIN32
 libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT)
@@ -243,9 +243,9 @@ SOURCES_libvlc_darwin = \
        misc/atomic.c \
        posix/filesystem.c \
        posix/plugin.c \
-       network/poll.c \
        posix/thread.c \
        posix/darwin_specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_linux = \
@@ -253,9 +253,10 @@ SOURCES_libvlc_linux = \
        misc/atomic.c \
        posix/filesystem.c \
        posix/plugin.c \
-       network/poll.c \
        posix/thread.c \
+       posix/linux_cpu.c \
        posix/linux_specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_win32 = \
@@ -263,10 +264,10 @@ SOURCES_libvlc_win32 = \
        win32/atomic.c \
        win32/filesystem.c \
        win32/plugin.c \
-       win32/poll.c \
        win32/thread.c \
        win32/specific.c \
        win32/winsock.c \
+       win32/rand.c \
        $(NULL)
 
 SOURCES_libvlc_symbian = \
@@ -274,25 +275,28 @@ SOURCES_libvlc_symbian = \
        symbian/dirs.c \
        misc/atomic.c \
        win32/plugin.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_os2 = \
+       os2/getaddrinfo.c \
        os2/dirs.c \
        misc/atomic.c \
        posix/filesystem.c \
        posix/plugin.c \
-       os2/poll.c \
        os2/thread.c \
        os2/specific.c \
+       os2/rand.c \
        $(NULL)
 
 SOURCES_libvlc_other = \
        posix/dirs.c \
        misc/atomic.c \
        posix/filesystem.c \
-       network/poll.c \
        posix/thread.c \
+       posix/plugin.c \
        posix/specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_common = \
@@ -348,6 +352,7 @@ SOURCES_libvlc_common = \
        input/vlm_event.h \
        input/resource.h \
        input/resource.c \
+       input/stats.c \
        input/stream.c \
        input/stream_demux.c \
        input/stream_filter.c \
@@ -420,7 +425,6 @@ SOURCES_libvlc_common = \
        modules/entry.c \
        modules/textdomain.c \
        misc/threads.c \
-       misc/stats.c \
        misc/cpu.c \
        misc/epg.c \
        misc/exit.c \