summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: a90df3247bfee39098f764c8e9889bcf4fdfa8a9 (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 textfile.h textfile.c \
	logging.h logging.c error.h error.c dbus.h dbus.c \
	dbus-helper.h dbus-helper.c glib-helper.h glib-helper.c \
	sdp-xml.h sdp-xml.c sdp-glib.c

noinst_PROGRAMS = test_textfile

test_textfile_LDADD = libhelper.a

AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@

EXTRA_DIST = ppoll.h uinput.h

MAINTAINERCLEANFILES = Makefile.in