~ubuntu-branches/debian/sid/rlinetd/sid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2005-02-24 21:34:05 UTC
  • mfrom: (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224213405-6bg1qw9ydjw0cjsu
Tags: 0.5.18
* Fix problems with inetd2rlinetd trying to get user input from STDIN, which
  apparentally is the converted file, and not terminal.
* Use ${misc:Depends}, ${perl:Depends} in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
pkglib_LTLIBRARIES = libparse.la
16
16
 
17
17
libparse_la_SOURCES = assemble.c cleanups.c data.c libdb.c lex.l grammar.y util.c
18
 
libparse_la_LDFLAGS = -module
 
18
libparse_la_LDFLAGS = -module -avoid-version
19
19
 
20
20
rlinetd_LDADD = @libsrlinetd@ port/libport.a
21
21