summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: d71ca3b6fae864d1c8c154191b3d516446c8b7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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

noinst_PROGRAMS = test_textfile

test_textfile_LDADD = libhelper.a

AM_CFLAGS = @DBUS_CFLAGS@

EXTRA_DIST = ppoll.h

MAINTAINERCLEANFILES = Makefile.in