File: Makefile.am

package info (click to toggle)
audiowmark 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: cpp: 10,571; sh: 1,867; makefile: 107; python: 34
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = dist-zstd no-dist-gzip

# build & test everything (HLS included) during make distcheck
AM_DISTCHECK_CONFIGURE_FLAGS = --with-ffmpeg

SUBDIRS = src tests
ACLOCAL_AMFLAGS = -I m4

if COND_WITH_DOCS
  SUBDIRS += docs
endif

EXTRA_DIST = README.adoc Dockerfile