File: Makefile.am

package info (click to toggle)
libtextwrap 0.1-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,384 kB
  • ctags: 62
  • sloc: sh: 8,186; ansic: 318; makefile: 75; perl: 38
file content (11 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
lib_LTLIBRARIES = libtextwrap.la

libtextwrap_la_SOURCES = textwrap.c
libtextwrap_la_LDFLAGS = -version-info 1:0:0

include_HEADERS = textwrap.h
man_MANS = textwrap.3 dotextwrap.1

bin_PROGRAMS = dotextwrap
dotextwrap_SOURCES = dotextwrap.c
dotextwrap_LDADD = -ltextwrap