configure: Use the generic directory enabling mechanism to turn off dlls that depend...
[wine/wine64.git] / programs / rpcss / Makefile.in
blob2afb6f70c20468cb0b93a866918d4ae1e31ece3e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = rpcss.exe
6 APPMODE = -mconsole
7 IMPORTS = rpcrt4 kernel32 ntdll
9 C_SRCS = \
10 epmp.c \
11 irotp.c \
12 rpcss_main.c
14 IDL_S_SRCS = \
15 epm.idl \
16 irot.idl
18 @MAKE_PROG_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend