Move the client-side LSA functions from secur32.dll to the new static library lsalib...
[reactos.git] / reactos / dll / win32 / secur32 / secur32.rbuild
index 30002e1..d75e926 100644 (file)
@@ -3,10 +3,10 @@
        <include base="secur32">.</include>
        <include base="ReactOS">include/reactos/subsys</include>
        <define name="__SECUR32__" />
+       <library>lsalib</library>
        <library>ntdll</library>
        <library>advapi32</library>
        <file>dllmain.c</file>
-       <file>lsa.c</file>
        <file>secext.c</file>
        <file>sspi.c</file>
        <file>secur32.rc</file>