File: Makefile.am

package info (click to toggle)
libshout 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,732 kB
  • sloc: ansic: 9,870; sh: 4,154; xml: 1,269; makefile: 150
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = shout.1

bin_PROGRAMS = shout
AM_CFLAGS = @XIPH_CFLAGS@ -I$(top_builddir)/include -Wall -Wextra

man1_MANS = shout.1

shout_SOURCES = shout.c
shout_LDADD = $(top_builddir)/src/libshout.la