forked from EricssonResearch/openwebrtc
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile.am
More file actions
28 lines (20 loc) · 651 Bytes
/
Makefile.am
File metadata and controls
28 lines (20 loc) · 651 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
28
## Process this file with automake to produce Makefile.in
SUBDIRS = transport local owr bridge tests docs bindings
if OWR_DEBUG
DEBUG_CFLAGS = "-g"
else
DEBUG_CFLAGS =
endif
export DEBUG_CFLAGS
openwebrtcdocdir = ${prefix}/share/doc/libopenwebrtc
openwebrtcdoc_DATA = \
COPYING \
ChangeLog
EXTRA_DIST = $(openwebrtcdoc_DATA)
GITIGNOREFILES = openwebrtc-deps-* build out .build_successful_tag_file.txt
DISTCLEANFILES = aclocal.m4 config.guess config.h.in config.sub \
depcomp gtk-doc.make m4 install-sh ltmain.sh missing
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(openwebrtcdocdir)
-include $(top_srcdir)/git.mk