]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Move core Win32 files to their own directory
[vlc] / src / Makefile.am
index c20f17a990d76163d2d04a644db633d506ab5240..7d6dee72db36fc374850d2d6afe54bb7a4c1a4aa 100644 (file)
@@ -279,10 +279,10 @@ SOURCES_libvlc_linux = \
        $(NULL)
 
 SOURCES_libvlc_win32 = \
-       config/dirs_win.c \
-       misc/w32thread.c \
-       misc/win32_specific.c \
-       network/winsock.c \
+       win32/dirs.c \
+       win32/specific.c \
+       win32/thread.c \
+       win32/winsock.c \
        $(NULL)
 
 SOURCES_libvlc_other = \