blob: 304cec551bbe4059a9d2ab11e0533b763129ed85 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2000-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2010 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 dist-zip
13ACLOCAL_AMFLAGS = -I m4
14EXTRA_DIST = autogen.sh ccrtp.spec ccrtp.spec.in COPYING.addendum \
15 ccrtp.list ccrtp.list.in libccrtp1.pc libccrtp1.pc.in autoconf/*
16
17SUBDIRS = src demo doc
18DIST_SUBDIRS = m4 src phone doc demo w32
19
20pkgconfigdir = $(libdir)/pkgconfig
21pkgconfig_DATA = libccrtp1.pc
22
23
24