~ubuntu-branches/ubuntu/hoary/heartbeat/hoary

« back to all changes in this revision

Viewing changes to telecom/apphbd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-02-24 10:12:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050224101216-17p0xnfe5f1tn6bc
Tags: 1.2.3-3ubuntu1
debian/control: Removed raidtools2 build dependency, to help demotion of
raidtools2 to universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                        $(GLIBLIB)
34
34
 
35
35
LIBRT                   = @LIBRT@
36
 
AM_CFLAGS                       = @CFLAGS@      \
37
 
                        -DPIDFILE='"$(PIDFILE)"'
38
 
 
39
36
 
40
37
## binary progs
41
38
halib_PROGRAMS          = apphbd apphbtest
46
43
#
47
44
#       We don't really need libpils/libltdl (yet...)
48
45
#
49
 
apphbd_CFLAGS           = -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'
 
46
apphbd_CFLAGS           = -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'     \
 
47
                        -DSYSCONFDIR='"@SYSCONFDIR@"'           \
 
48
                        -DPIDFILE='"$(PIDFILE)"'
50
49
apphbd_LDADD            = $(COMMONLIBS)                                 \
51
50
                        $(top_builddir)/lib/pils/libpils.la             \
52
51
                        $(top_builddir)/libltdl/libltdlc.la             \