Commit fc17535e authored by Alexandre Julliard's avatar Alexandre Julliard

server: No longer depend on libwine.

parent 763d1602
......@@ -50,4 +50,4 @@ MANPAGES = \
wineserver.fr.UTF-8.man.in \
wineserver.man.in
EXTRALIBS = $(LDEXECFLAGS) -lwine $(POLL_LIBS) $(RT_LIBS) $(INOTIFY_LIBS)
EXTRALIBS = $(LDEXECFLAGS) $(POLL_LIBS) $(RT_LIBS) $(INOTIFY_LIBS)
......@@ -41,7 +41,6 @@
#include "process.h"
#include "thread.h"
#include "request.h"
#include "wine/library.h"
#ifdef USE_MACH
......
......@@ -36,7 +36,6 @@
#include "file.h"
#include "thread.h"
#include "request.h"
#include "wine/library.h"
/* command-line options */
int debug_level = 0;
......@@ -108,7 +107,7 @@ static void parse_args( int argc, char *argv[] )
master_socket_timeout = TIMEOUT_INFINITE;
break;
case 'v':
fprintf( stderr, "%s\n", wine_get_build_id());
fprintf( stderr, "%s\n", PACKAGE_STRING );
exit(0);
case 'w':
wait_for_lock();
......
......@@ -48,7 +48,6 @@
#include "security.h"
#include "winternl.h"
#include "wine/library.h"
struct notify
{
......
......@@ -61,7 +61,6 @@
#include "winbase.h"
#include "wincon.h"
#include "winternl.h"
#include "wine/library.h"
#include "file.h"
#include "process.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment