blob: f42591e652de2f78d12d0acfb5736eab88390cf7 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2002 Open Source Telecom Corporation.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11AUTOMAKE_OPTIONS = no-dependencies dist-shar
12ccxxincludedir=$(includedir)/ccrtp/crypto
13
14noinst_HEADERS = AesSrtp.h hmac.h macSkein.h skein.h skein_iv.h skein_port.h skeinApi.h \
15 brg_endian.h brg_types.h
16
17kdoc_headers = AesSrtp.h hmac.h
18
19kdoc:
20 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)