summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:21:47 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-05 15:21:47 -0500
commit494d8a0be807c64e3e13d7020ba14d3d5c5684bc (patch)
tree3a0042cdf7a81029e8050e9c7c4946ab3ae283c7 /docs
parent3b935de921628f238be0c0490d061ebb253aae80 (diff)
Change includes to minimize non public API from being included
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnice/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am
index 530cc88..22eedad 100644
--- a/docs/reference/libnice/Makefile.am
+++ b/docs/reference/libnice/Makefile.am
@@ -40,8 +40,9 @@ FIXXREF_OPTIONS=
HFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.h $(DOC_SOURCE_DIR)/agent/address.h \
$(DOC_SOURCE_DIR)/agent/debug.h $(DOC_SOURCE_DIR)/agent/candidate.h \
$(DOC_SOURCE_DIR)/agent/interfaces.h \
- $(DOC_SOURCE_DIR)/stun/stunmessage.h $(DOC_SOURCE_DIR)/stun/stun5389.h \
- $(DOC_SOURCE_DIR)/stun/utils.h $(DOC_SOURCE_DIR)/stun/stunagent.h \
+ $(DOC_SOURCE_DIR)/stun/stunagent.h \
+ $(DOC_SOURCE_DIR)/stun/stunmessage.h
+ $(DOC_SOURCE_DIR)/stun/debug.h \
$(DOC_SOURCE_DIR)/stun/usages/bind.h \
$(DOC_SOURCE_DIR)/stun/usages/ice.h \
$(DOC_SOURCE_DIR)/stun/usages/timer.h \