summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 433370f22bc01155424efb54191fcca1d2d5a610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CFLAGS = $(ERROR_CFLAGS) \
	@GLIB_CFLAGS@ @DBUS_CFLAGS@ \
	-I$(top_srcdir) @CHECK_CFLAGS@

dist_noinst_SCRIPTS = ring-monitor

noinst_LTLIBRARIES = libtestcommon.la

libtestcommon_la_SOURCES = \
    test-common.c test-common.h

tools_dir = $(top_srcdir)/tools

MOSTLYCLEANFILES = $(BUILT_SOURCES)