~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $Id: Makefile.in,v 1.4.4.1 2006/02/10 19:47:18 nbk Exp $
#

TARGET     = @targetname@
SRCS       = rlm_smb.c rfcnb-io.c rfcnb-util.c rlm_smb.c session.c \
	smbdes.c smbencrypt.c smblib.c smblib-util.c valid.c
HEADERS    = byteorder.h rfcnb-common.h rfcnb-error.h rfcnb.h rfcnb-io.h \
		rfcnb-priv.h rfcnb-util.h smblib-common.h smblib.h \
		smblib-priv.h std-includes.h valid.h

RLM_LIBS   = @smb_ldflags@
RLM_CFLAGS = @smb_cflags@

include ../rules.mak

$(LT_OBJS): $(HEADERS)