~ubuntu-branches/ubuntu/jaunty/xorp/jaunty

« back to all changes in this revision

Viewing changes to mld6igmp/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jose Calhariz, Javier Fernandez-Sanguino, Jose Calhariz
  • Date: 2008-01-23 01:24:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123012437-7l2u9r0k8e7op8st
Tags: 1.5~cvs.20080128-1
[ Javier Fernandez-Sanguino ]
* Update to latest CVS contents
* Modify debian/rules to prevent autobuilders from building 
  the binary-independent components: (Closes: #441121)
  - Create a new Build-Depends-Indep with all the TeX
  components used to build documentation
  - Since autobuilders call build, which in turns calls build-indep, hack
    the debian rules file so that the documentation is only built if ps2pdf,
    dvips and pslatex are available. 
* Modify the init.d script:
  - restart action: Do not attempt to stop xorp if not running
  - stop function: fix errors in the script
  - add a try-restart action
  - restructure the init.d script, move the restart code to a function
  - review the use of echo calls and exit values
* Use, as examples, the new boot files at rtrmgr/config/

[ Jose Calhariz ]
* Add depends on ncurses-dev, I don't know why xorp use tigetstr
  function from curses.  This way the depends field change less between
  build environments.
* Removed pushd and popd commands from Makefile and replaced with cd
  commands, was a bashism and FTBFS (closes: #453637)
* debian/control converted to utf-8 (closes: #454026) (closes: #453485)
* init.d/xorp now returns 0 if disabled.
* Added Vcs-Browser and Vcs-Svn fields pointing to the repository of the
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in.
2
2
##
3
 
## $XORP: xorp/mld6igmp/Makefile.am,v 1.35 2007/05/19 01:52:44 pavlin Exp $
 
3
## $XORP: xorp/mld6igmp/Makefile.am,v 1.37 2007/10/04 20:46:15 pavlin Exp $
4
4
##
5
5
 
6
6
# Redefine the bin installation directory
23
23
LDADD           += $(top_builddir)/libfeaclient/libfeaclient.la
24
24
### XRL libraries
25
25
LDADD           += $(top_builddir)/xrl/interfaces/libmld6igmpclientxif.la
26
 
LDADD           += $(top_builddir)/xrl/interfaces/libfearawpkt4.la
27
 
LDADD           += $(top_builddir)/xrl/interfaces/libfearawpkt6.la
 
26
LDADD           += $(top_builddir)/xrl/interfaces/libfearawpkt4xif.la
 
27
LDADD           += $(top_builddir)/xrl/interfaces/libfearawpkt6xif.la
28
28
LDADD           += $(top_builddir)/xrl/interfaces/libfeaifmgrmirrorxif.la
29
29
LDADD           += $(top_builddir)/xrl/interfaces/libfeaifmgrreplicatorxif.la
30
30
LDADD           += $(top_builddir)/xrl/interfaces/libclimanagerxif.la
64
64
 
65
65
# -- Extra files and directories to add to the distribution
66
66
EXTRA_DIST        = command_mld6igmp
67
 
EXTRA_DIST       += docs
68
67
EXTRA_DIST       += xrl_mld6igmp_shell_funcs.sh
69
68
 
70
69