~ubuntu-branches/ubuntu/trusty/keepalived/trusty

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-05-12 20:26:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090512202615-k850bw35qpuvpq4p
Tags: 1.1.17-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules: DEB_UPDATE_RCD_PARAMS := expicit init start/stop
    parameters (don't stop at 0 and 6)
  - debian/init.d: init script header adapted to stop rule
  - debian/keepalived.postinst: Remove shutdown and reboot links

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Keepalived OpenSource project.
4
4
#
5
 
# Copyright (C) 2001-2007 Alexandre Cassen, <acassen@freebox.fr>
 
5
# Copyright (C) 2001-2009 Alexandre Cassen, <acassen@freebox.fr>
6
6
 
7
7
CC       = @CC@
8
8
INCLUDES = -I.
12
12
COMPILE  = $(CC) $(CFLAGS) $(DEFS)
13
13
 
14
14
OBJS =  memory.o utils.o notify.o timer.o scheduler.o \
15
 
        vector.o list.o html.o parser.o signals.o
 
15
        vector.o list.o html.o parser.o signals.o logger.o
16
16
HEADERS = $(OBJS:.o=.h)
17
17
 
18
18
.c.o:
36
36
html.o: html.c html.h memory.h
37
37
parser.o: parser.c parser.h memory.h
38
38
signals.o: signals.c signals.h
 
39
logger.o: logger.c logger.h