Makefile.in 359 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = mapi32.dll
6
IMPORTLIB = mapi32
7
IMPORTS   = uuid shlwapi shell32 kernel32
8

9
C_SRCS = \
10
	imalloc.c \
11 12
	mapi32_main.c \
	prop.c \
13
	sendmail.c \
14 15
	util.c

16 17
RC_SRCS = version.rc

18 19
@MAKE_DLL_RULES@

20
@DEPENDENCIES@  # everything below this line is overwritten by make depend