summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 3690756392e6f42c50da581c3900f51f1a976ce6 (plain)
1
2
3
4
5
6
7
8
9
10
noinst_PROGRAMS=test_config test_monitor

test_config_SOURCES=test_config.c

test_monitor_SOURCES=test_monitor.c

AM_CFLAGS=-Wall -Werror -I$(includedir) -I$(x_includes) -I$(top_srcdir) $(GLIB_CFLAGS)

AM_LDFLAGS=$(top_builddir)/libxklavier/libxklavier.la -L$(x_libraries) -lX11 $(GLIB_LIBS)