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

« back to all changes in this revision

Viewing changes to src/modules/rlm_example/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:
16
16
# ../main/Makefile for building the version of the server with
17
17
# statically linked modules.  Get it from autoconf.
18
18
#
19
 
# RLM_INSTALL is the names of additional rules you need to install 
 
19
# RLM_INSTALL is the names of additional rules you need to install
20
20
# some particular portion of the module.  Usually, leave it blank.
21
21
#
22
22
#######################################################################
30
30
## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
31
31
include ../rules.mak
32
32
 
33
 
$(STATIC_OBJS): $(HEADERS)
34
 
 
35
 
$(DYNAMIC_OBJS): $(HEADERS)
 
33
$(LT_OBJS): $(HEADERS)
36
34
 
37
35
## the rule that RLM_INSTALL tells the parent rules.mak to use.
38
36
install-example: