!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Cliff Van Dyke (CliffV) 27-Jun-1991


Revision History:

!ENDIF

TARGETNAME= logonsrv
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..;..\..;..\..\server;    \
         ..\..\idl;..\..\idl\$(O); \
         $(NET_INC_PATH);          \
         $(BASE_INC_PATH);         \
         $(COM_INC_PATH);          \
         $(PROJECT_ROOT)\netapi\inc;

C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DRPC_NO_WINDOWS_H

!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF

SOURCES= \
    ..\getdcnam.c   \
    ..\getdclst.c   \
    ..\logonapi.c   \
    cpnetpdc.c \
    nlcommon.c \
    ..\rpcbind.c    \
    ..\ssiapi.c     \
    logon_c_stub.c

NTTARGETFILES= \
    cpnetpdc.c \
    nlcommon.c \
    logon_c_stub.c

UMTYPE=windows