~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to daemon/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
include ../Makefile.rules
7
7
 
8
8
SRCS = automount.c indirect.c direct.c spawn.c module.c mount.c \
9
 
        lookup.c state.c
 
9
        lookup.c state.c flag.c
10
10
OBJS = automount.o indirect.o direct.o spawn.o module.o mount.o \
11
 
        lookup.o state.o
 
11
        lookup.o state.o flag.o
12
12
 
13
13
version := $(shell cat ../.version)
14
14
 
17
17
CFLAGS += -DAUTOFS_MAP_DIR=\"$(autofsmapdir)\"
18
18
CFLAGS += -DAUTOFS_CONF_DIR=\"$(autofsconfdir)\"
19
19
CFLAGS += -DAUTOFS_FIFO_DIR=\"$(autofsfifodir)\"
 
20
CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\"
20
21
CFLAGS += -DVERSION_STRING=\"$(version)\"
21
22
LDFLAGS += -rdynamic
22
23
LIBS = -ldl