Added dependency on libntdll to make sure that everything links
properly.
This commit is contained in:
parent
1024fb924d
commit
02d5e1f52c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue