summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: f709ecaba7b3489f098cc97a473fcdb5ec6de8e2 (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

if EXPAT
sdp_sources = sdp-expat.c
sdp_libadd  = /usr/lib/libexpat.a
else
sdp_sources = sdp-dummy.c
sdp_libadd  =
endif

noinst_LIBRARIES = libhelper.a

libhelper_a_SOURCES = oui.h oui.c list.h list.c \
	textfile.h textfile.c helper.h helper.c \
	glib-ectomy.h glib-ectomy.c logging.h logging.c \
	dbus.h dbus.c sdp-xml.h sdp-xml.c $(sdp_sources)

libhelper_a_LIBADD = $(sdp_libadd)

noinst_PROGRAMS = test_textfile

test_textfile_LDADD = libhelper.a

AM_CFLAGS = @DBUS_CFLAGS@

EXTRA_DIST = ppoll.h sdp-dummy.c sdp-expat.c

MAINTAINERCLEANFILES = Makefile.in