Makefile.in 167 Bytes
Newer Older
Austin English's avatar
Austin English committed
1 2 3 4 5 6 7 8 9 10 11
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = authz.dll
IMPORTS   = kernel32

C_SRCS = \
	authz.c

@MAKE_DLL_RULES@