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

« back to all changes in this revision

Viewing changes to keepalived/core/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-29 23:22:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050429232240-a8m3jtpi3cvuyyy2
Tags: 1.1.11-3
Added a warning about sarge kernels to README.Debian and 
the package description 

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-2004 Alexandre Cassen, <acassen@linux-vs.org>
 
5
# Copyright (C) 2001-2005 Alexandre Cassen, <acassen@linux-vs.org>
6
6
 
7
7
CC       = @CC@
8
8
INCLUDES = -I../include -I../../lib
27
27
        rm -f Makefile
28
28
 
29
29
 
30
 
main.o: main.c ../include/main.h ../../lib/watchdog.h ../include/config.h
 
30
main.o: main.c ../include/main.h ../include/config.h ../../lib/signals.h
31
31
daemon.o: daemon.c ../include/daemon.h ../../lib/utils.h
32
32
pidfile.o: pidfile.c ../include/pidfile.h
33
33
layer4.o: layer4.c ../include/layer4.h ../include/check_api.h ../../lib/utils.h