summaryrefslogtreecommitdiff
path: root/local/Makefile.am
blob: 1cf5600907b1f86f6b023d19dc88ef3d3096a37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Makefile.am for the Nice Glib ICE library
#
# (C) 2006, 2007 Collabora Ltd.
# (C) 2006, 2007 Nokia Corporation. All rights reserved.
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.

include $(top_srcdir)/common.mk

AM_CFLAGS = \
	$(ERROR_CFLAGS) \
	$(GLIB_CFLAGS) \
	-I $(top_srcdir)/address

noinst_LTLIBRARIES = liblocal.la

liblocal_la_SOURCES = local.h local.c

pkginclude_HEADERS = local.h

noinst_PROGRAMS = list-local-interfaces
TESTS = list-local-interfaces

list_local_interfaces_LDADD = \
	$(GLIB_LIBS) \
	liblocal.la \
	$(top_builddir)/address/libaddress.la