Commit 02d5e1f5 authored by Alexandre Julliard's avatar Alexandre Julliard

Added dependency on libntdll to make sure that everything links

properly.
parent 1024fb92
......@@ -13,7 +13,7 @@ all: $(MODULE)
LDEXECFLAGS = @LDEXECFLAGS@
$(MODULE): $(OBJS)
$(MODULE): $(OBJS) Makefile.in $(DLLDIR)/libntdll.dll.$(LIBEXT)
$(CC) -o $@ $(LDEXECFLAGS) $(OBJS) -L$(DLLDIR) -lntdll.dll $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS)
install:: $(MODULE)
......
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