~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_md5/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: Makefile.in,v 1.2.4.1 2006/02/10 19:47:12 nbk Exp $
 
3
#
 
4
 
1
5
TARGET      = @targetname@
2
6
SRCS        = rlm_eap_md5.c eap_md5.c
3
 
RLM_CFLAGS  = $(INCLTDL) -I../.. -I../../libeap
4
7
HEADERS     = eap_md5.h
5
 
RLM_INSTALL = 
6
 
 
7
 
$(STATIC_OBJS): $(HEADERS)
8
 
 
9
 
$(DYNAMIC_OBJS): $(HEADERS)
 
8
RLM_CFLAGS  = -I../.. -I../../libeap $(INCLTDL)
 
9
RLM_INSTALL =
10
10
 
11
11
RLM_DIR=../../
12
12
include ${RLM_DIR}../rules.mak
 
13
 
 
14
$(LT_OBJS): $(HEADERS)