~ubuntu-branches/debian/experimental/libnice/experimental

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-03-31 18:09:02 UTC
  • mfrom: (1.4.2) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140331180902-cteej34g3614ixtq
Tags: 0.1.5+rc20140331-0exp1
* Upstream release candidate for build-testing on miscellaneous
  architectures' buildds
* Build with `make -k` to get better logs if it fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
include common.mk
10
10
 
 
11
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
12
 
11
13
SUBDIRS = \
12
14
        stun \
13
15
        socket \
16
18
        nice \
17
19
        gst \
18
20
        docs \
19
 
        tests
 
21
        tests \
 
22
        examples
20
23
 
21
24
DISTCHECK_CONFIGURE_FLAGS = --disable-assert -enable-gtk-doc
22
25
 
27
30
        common.mk \
28
31
        scripts/lcov.mk \
29
32
        scripts/lcov.sh \
30
 
        scripts/valgrind.sh
 
33
        scripts/valgrind.sh \
 
34
        win32
 
35
 
 
36
MAINTAINERCLEANFILES = ar-lib
31
37
 
32
38
dist_check_SCRIPTS = \
33
39
        scripts/check-symbols.sh \