~ubuntu-branches/ubuntu/edgy/freeradius/edgy-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_chap/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2006-07-08 19:41:05 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708194105-2dabtaxd16o7p90g
Tags: 1.1.2-2ubuntu1
* Merge from debian unstable.
* Remove previous patches merged upstream:
  - 14_freeradius-dictionary-fix.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
# Version:      $Id: Makefile,v 1.1.10.1 2006/02/10 19:47:06 nbk Exp $
 
5
#
 
6
 
1
7
TARGET          = rlm_chap
2
8
SRCS            = rlm_chap.c
3
 
HEADERS         = 
4
 
RLM_CFLAGS      =
5
9
 
6
 
# over-ride the previous assignment if we're not building anything
7
10
include ../rules.mak
8
 
 
9
 
$(STATIC_OBJS): $(HEADERS)
10
 
 
11
 
$(DYNAMIC_OBJS): $(HEADERS)