diff options
author | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-09-17 20:33:34 -0400 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.(none)> | 2008-09-17 20:33:34 -0400 |
commit | 5ea3072145527f4fa7ce0cdff6da895f542c8138 (patch) | |
tree | d1efe4a8376668e473c0635e288a89390e9e57b4 /agent/Makefile.am | |
parent | 8182fb8c4184bd4ecff7dcbdce9211824b5a63a1 (diff) | |
download | libnice-5ea3072145527f4fa7ce0cdff6da895f542c8138.tar.gz |
export the nice_debug_en/disable API and add a boolean to access the stun debug
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index ed1d8be..a9ddee2 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -102,7 +102,7 @@ test_fallback_LDADD = $(COMMON_LDADD) test_thread_LDADD = $(COMMON_LDADD) -pkginclude_HEADERS = agent.h candidate.h +pkginclude_HEADERS = agent.h candidate.h debug.h all-local: chmod a+x $(srcdir)/check-test-fullmode-with-stun.sh |