File: Makefile.am

package info (click to toggle)
echoping 6.0.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,596 kB
  • ctags: 380
  • sloc: sh: 8,966; ansic: 3,350; makefile: 162
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
if DNSBUILD
pkglib_LTLIBRARIES = dns.la
dns_la_SOURCES = dns.c
dns_la_LDFLAGS = -module
endif

man_MANS = echoping_dns.1

EXTRA_DIST = $(man_MANS)