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

« back to all changes in this revision

Viewing changes to src/modules/rlm_smb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mto: (3.1.8 edgy) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060708194105-bxbr4e6m4dfw2x4x
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: Makefile.in,v 1.4.4.1 2006/02/10 19:47:18 nbk Exp $
 
3
#
 
4
 
1
5
TARGET     = @targetname@
2
6
SRCS       = rlm_smb.c rfcnb-io.c rfcnb-util.c rlm_smb.c session.c \
3
7
        smbdes.c smbencrypt.c smblib.c smblib-util.c valid.c
10
14
 
11
15
include ../rules.mak
12
16
 
13
 
$(STATIC_OBJS): $(HEADERS)
14
 
 
15
 
$(DYNAMIC_OBJS): $(HEADERS)
 
17
$(LT_OBJS): $(HEADERS)