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

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/types/rlm_eap_ttls/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.5.2.1.2.2 2006/02/10 19:47:14 nbk Exp $
 
3
#
 
4
 
1
5
TARGET      = @targetname@
2
6
SRCS        = rlm_eap_ttls.c ttls.c
3
 
RLM_CFLAGS  = $(INCLTDL) -I@srcdir@/../.. -I@srcdir@/../../libeap @eap_ttls_cflags@ -I../rlm_eap_tls -DOPENSSL_NO_KRB5
4
 
HEADERS     = ../rlm_eap_tls/rlm_eap_tls.h eap_ttls.h ../../eap.h ../../rlm_eap.h
5
 
RLM_INSTALL = 
6
 
RLM_LIBS    = -L@srcdir@/../../libeap -leap @eap_ttls_ldflags@
7
 
 
8
 
$(STATIC_OBJS): $(HEADERS)
9
 
 
10
 
$(DYNAMIC_OBJS): $(HEADERS)
 
7
HEADERS     = eap_ttls.h ../../eap.h ../../rlm_eap.h
 
8
RLM_CFLAGS  = -I../.. -I../../libeap $(INCLTDL) $(OPENSSL_INCLUDE) @eap_ttls_cflags@
 
9
RLM_LIBS    = @eap_ttls_ldflags@ ../../libeap/libeap.la $(OPENSSL_LIBS)
 
10
RLM_INSTALL =
11
11
 
12
12
RLM_DIR=../../
13
13
include ${RLM_DIR}../rules.mak
 
14
 
 
15
$(LT_OBJS): $(HEADERS)