freeswitch/libs/sofia-sip/libsofia-sip-ua/bnf/Makefile.am
2006-12-21 06:30:28 +00:00

47 lines
1.1 KiB
Makefile

#
# Makefile.am for bnf module
#
# Copyright (C) 2005,2006 Nokia Corporation
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
# Licensed under LGPL. See file COPYING.
# ----------------------------------------------------------------------
# Header paths
INCLUDES = -I$(srcdir)/../su -I../su
# ----------------------------------------------------------------------
# Build targets
noinst_LTLIBRARIES = libbnf.la
check_PROGRAMS = torture_bnf
# ----------------------------------------------------------------------
# Rules for building the targets
nobase_include_sofia_HEADERS = sofia-sip/bnf.h sofia-sip/hostdomain.h
libbnf_la_SOURCES = bnf.c
COVERAGE_INPUT = $(libbnf_la_SOURCES) $(include_sofia_HEADERS)
LDADD = libbnf.la
torture_bnf_LDFLAGS = -static
# ----------------------------------------------------------------------
# Install and distribution rules
EXTRA_DIST = Doxyfile bnf.docs
# ----------------------------------------------------------------------
# Tests
TESTS = torture_bnf
# ----------------------------------------------------------------------
# Sofia specific rules
include ../sofia.am