blob: bab1a4d185c9c84efa4138b5fbde2ce7a0579535 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2002-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
3#
4# This file is free software; as a special exception the author gives
5# unlimited permission to copy and/or distribute it, with or without
6# modifications, as long as this notice is preserved.
7#
8# This program is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12AUTOMAKE_OPTIONS = no-dependencies dist-shar
13ccxxincludedir=$(includedir)/ccrtp
14
15ccxxinclude_HEADERS = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
16 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h rtp.h pool.h \
17 CryptoContext.h
18
19kdoc_headers = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
20 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h CryptoContext.h
21
22kdoc:
23 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)