Commit 0eb8f0a0 authored by Youness Alaoui's avatar Youness Alaoui

Install the headers to the appropriate directory and specify how to include the files from the docs

parent 994f4ae9
...@@ -34,3 +34,9 @@ libstun_la_SOURCES = constants.h \ ...@@ -34,3 +34,9 @@ libstun_la_SOURCES = constants.h \
libstun_la_LIBADD = $(LIBRT) libstun_la_LIBADD = $(LIBRT)
EXTRA_DIST = win32_common.h EXTRA_DIST = win32_common.h
libstun_la_includedir=$(includedir)/stun
libstun_la_include_HEADERS = stunagent.h stunmessage.h win32_common.h debug.h constants.h
libstun_usage_includedir=$(includedir)/stun/usages
libstun_usage_include_HEADERS = usages/bind.h usages/ice.h usages/turn.h usages/timer.h
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
/** /**
* SECTION:stunagent * SECTION:stunagent
* @short_description: STUN agent for building and validating STUN messages * @short_description: STUN agent for building and validating STUN messages
* @include: stun/stunagent.h
* @see_also: #StunMessage * @see_also: #StunMessage
* @stability: Stable * @stability: Stable
* *
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
/** /**
* SECTION:stunmessage * SECTION:stunmessage
* @short_description: STUN messages parsing and formatting functions * @short_description: STUN messages parsing and formatting functions
* @include: stun/stunmessage.h
* @see_also: #StunAgent * @see_also: #StunAgent
* @stability: Stable * @stability: Stable
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment