summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-02-11 18:23:17 +0000
committerpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-02-11 18:23:17 +0000
commitb4127e4ae8b399fd36830902141570c0386e8e84 (patch)
tree146fb36f9c9e3640e634207a3e1513cd059ef94c /test
parent66adee4222008d599f703b485eef4c51ceee773b (diff)
downloadat-spi2-core-b4127e4ae8b399fd36830902141570c0386e8e84.tar.gz
2004-02-11 Padraig O'Briain <padraig.obriain@sun.com>
* autogen.sh: Require version 1.7 of automake. * configure.in: call GTK_DOC_CHECK([1.0]) * atk-bridge/Makefile.am: Remove use of LDFLAGS and CFLAGS * docs/reference/cspi/Makefile.am: Update to use new gtk-doc. * libspi/Makefile.am: Remove use of LDFLAGS and CFLAGS. * test/Makefile.am: Remove use of CFLAGS. This fixes bug #132987. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@610 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 31078d08..68d8d6a8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -26,17 +26,16 @@ keysynth_demo_SOURCES = keysynth-demo.c
test_simple_SOURCES = test-simple.c
+DEBUG_CFLAGS=-DSPI_DEBUG
+
INCLUDES = -I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/libspi \
-I$(top_builddir)/libspi \
-I$(top_srcdir)/cspi \
-I$(top_builddir)/cspi \
- $(TESTS_CFLAGS)
-
-DEBUG_CFLAGS=-DSPI_DEBUG
-
-CFLAGS += $(TESTS_CFLAGS) $(DEBUG_CFLAGS)
+ $(TESTS_CFLAGS) \
+ $(DEBUG_CFLAGS)
LDADD = ../libspi/libspi.la ../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS)