projects
/
platform
/
upstream
/
at-spi2-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2001-08-15 Mark McLoughlin <mark@skynet.ie>
[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
DEBUG_CFLAGS=-DSPI_DEBUG
10
11
INCLUDES = -I$(top_srcdir) \
12
-I$(top_builddir) \
13
-I$(top_srcdir)/libspi \
14
-I$(top_builddir)/libspi \
15
$(AT_COMMON_CFLAGS) \
16
$(DEBUG_CFLAGS)
17
18
LDADD = ../libspi/libspi.la $(AT_COMMON_LIBS)