~ubuntu-branches/ubuntu/utopic/freeradius/utopic

« back to all changes in this revision

Viewing changes to src/modules/rlm_perl/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.6.1 2006/02/10 19:47:17 nbk Exp $
 
3
#
 
4
 
1
5
TARGET      = @targetname@
2
6
SRCS        = rlm_perl.c
3
 
HEADERS     = 
 
7
HEADERS     =
4
8
RLM_CFLAGS  = @perl_cflags@
5
9
RLM_LIBS    = @perl_ldflags@
6
10
RLM_INSTALL = install-scripts
8
12
## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
9
13
include ../rules.mak
10
14
 
11
 
$(STATIC_OBJS): $(HEADERS)
12
 
 
13
 
$(DYNAMIC_OBJS): $(HEADERS)
 
15
$(LT_OBJS): $(HEADERS)
14
16
 
15
17
install-scripts:
16
18
        $(INSTALL) -m 755 example.pl $(R)$(raddbdir)