~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to src/modules/rlm_wimax/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET          = rlm_wimax
 
2
SRCS            = rlm_wimax.c
 
3
HEADERS         = 
 
4
RLM_CFLAGS      =
 
5
RLM_LIBS        = $(OPENSSL_LIBS)
 
6
 
 
7
include ../rules.mak
 
8
 
 
9
$(STATIC_OBJS): $(HEADERS)
 
10
 
 
11
$(DYNAMIC_OBJS): $(HEADERS)