Changeset 9ddd88e8d147e97b428ac5bef2c8177fd185911a

Show
Ignore:
Timestamp:
03/05/08 19:52:53 (5 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209837173 +0300
git-parent:

[b2b9fb4c30858b5caa1d660c791c051ac8bacd87]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209837173 +0300
Message:

Only compile the winsock stubs file on Win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/Makefile.am

    r89d56df r9ddd88e  
    237237SOURCES_libvlc_win32 = \ 
    238238    misc/win32_specific.c \ 
     239    network/winsock.c \ 
    239240    $(NULL) 
    240241 
     
    305306    network/getaddrinfo.c \ 
    306307    network/io.c \ 
    307     network/error.c \ 
    308308    network/tcp.c \ 
    309309    network/udp.c \