Skip to content
Snippets Groups Projects
Commit 4c9754ed authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

We still need libwine here...

parent 6a9fe36d
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ all: $(PROGRAMS)
@MAKE_RULES@
wineserver: $(OBJS)
$(CC) -o $(PROGRAMS) $(OBJS) $(LIBUNICODE) $(LIBPORT) $(LIBS) $(LDFLAGS)
$(CC) -o $(PROGRAMS) $(OBJS) $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LIBS) $(LDFLAGS)
install:: $(PROGRAMS)
$(MKINSTALLDIRS) $(bindir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment