forked from sippy/rtpproxy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
27 lines (21 loc) · 859 Bytes
/
Makefile.am
File metadata and controls
27 lines (21 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ACLOCAL_AMFLAGS= -I m4
AUTOMAKE_OPTIONS= foreign
SUBDIRS= libexecinfo src makeann
if BUILD_MODULES
SUBDIRS+= modules
endif
if BUILD_EXTRACTAUDIO
SUBDIRS+= extractaudio
endif
SUBDIRS+= tests
dist_man_MANS= rtpproxy.8
EXTRA_DIST= README.remote manpage.xml debian/README.Debian debian/changelog \
debian/compat debian/conffiles.ex debian/control debian/copyright \
debian/cron.d.ex debian/dirs debian/docs debian/manpage.1.ex \
debian/manpage.sgml.ex debian/manpage.xml.ex debian/menu.ex \
debian/postinst.ex debian/postrm.ex debian/preinst.ex debian/prerm.ex \
debian/rtpproxy-default.ex debian/rtpproxy.doc-base.EX \
debian/rtpproxy.init debian/rules debian/watch.ex rpm/rtpproxy.init \
rpm/rtpproxy.spec freebsd/rtpproxy.in LICENSE README.md
rtpproxy.8: manpage.xml
xsltproc /usr/local/share/xsl/docbook/manpages/docbook.xsl manpage.xml