blob: b1f76bf484f675e5ca262e63aaae8a9885dfe59f [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 1999-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
13LT_VERSION=@LT_CCXX_VERSION@
14#$(LT_VERSION) -release $(LT_RELEASE)
15AM_CXXFLAGS = @WARN_FLAGS@ -I$(top_srcdir)/src
16ccxxincludedir=$(includedir)/ccrtp
17EXTRA_DIST = phone.conf
18
19noinst_HEADERS = server.h
20ccxxinclude_HEADERS = phone.h
21bin_PROGRAMS = phone
22
23phone_SOURCES = phone.cpp config.cpp server.cpp rtp.cpp
24phone_LDADD = ../src/libccrtp1.la @EXTLIBS@ @GNULIBS@