projects
/
platform
/
upstream
/
at-spi2-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bracketed some debugging printouts with #ifdef SPI_DEBUG.
[platform/upstream/at-spi2-core.git]
/
test
/
Makefile.am
1
NULL=
2
3
noinst_PROGRAMS = at app
4
5
at_SOURCES = at.c
6
7
app_SOURCES = app.c
8
9
INCLUDES = -I$(top_srcdir) \
10
-I$(top_builddir) \
11
-I$(top_srcdir)/libspi \
12
-I$(top_builddir)/libspi \
13
$(TESTS_CFLAGS)
14
15
DEBUG_CFLAGS=-DSPI_DEBUG
16
17
CFLAGS += $(TESTS_CFLAGS)
18
19
LDADD = ../libspi/libspi.la $(TESTS_LIBS)