shdoclc: Remove a space before an ellipsis in the Italian translation.
[wine/hramrach.git] / programs / rpcss / Makefile.in
blob4beea7f640c8b2c33a5b7c7c4579f561692c63d9
1 EXTRADEFS = -D__WINESRC__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcss.exe
7 APPMODE = -mconsole
8 IMPORTS = rpcrt4
10 C_SRCS = \
11 epmp.c \
12 irotp.c \
13 rpcss_main.c
15 IDL_S_SRCS = \
16 epm.idl \
17 irot.idl
19 @MAKE_PROG_RULES@