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

« back to all changes in this revision

Viewing changes to src/modules/rlm_sqlippool/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.3.2.3 2006/06/12 14:54:18 nbk Exp $
 
3
#
 
4
 
 
5
TARGET      = @targetname@
 
6
SRCS        = rlm_sqlippool.c
 
7
HEADERS     = $(top_builddir)/src/modules/rlm_sql/rlm_sql.h
 
8
RLM_CFLAGS  = -I$(top_builddir)/src/modules/rlm_sql
 
9
RLM_LIBS    =
 
10
RLM_INSTALL =
 
11
 
 
12
include ../rules.mak
 
13
 
 
14
$(LT_OBJS): $(HEADERS)