summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-02-19 19:16:48 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-02-19 19:16:48 +0000
commit06909a3577a9e2ef7b17b44bd894490b78cd3b68 (patch)
treebd2a66404239dba87090a8eb88be5210b45dce0f /tests
parent5c693b892418b7b0603037cc508dc8e313ce0046 (diff)
downloadlibcroco-06909a3577a9e2ef7b17b44bd894490b78cd3b68.tar.gz
Fixed a bug that was "forgetting" all the properties gathered during the
2004-02-19 Dodji Seketeli <dodji@gnome.org> * src/cr-sel-eng.c: (cr_sel_eng_get_matched_properties_from_cascade): Fixed a bug that was "forgetting" all the properties gathered during the cascading algorithm but the last ones. * tests/Makefile.am: a bit of cleanup here.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0987a4e..d2bd1fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,13 +16,7 @@ test6_SOURCES=test6-main.c cr-test-utils.c cr-test-utils.h
croco_lib=$(top_builddir)/src/@CROCO_LIB@
LDADD=$(croco_lib)
-INCLUDES=-I$(top_srcdir)/intl \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/src/parser \
- -I$(top_srcdir)/src/seleng \
- -I$(top_srcdir)/src/layeng \
- `pkg-config --cflags glib-2.0` \
- $(croco_layeng_needed_includes)
+INCLUDES=-I$(top_srcdir)/intl -I$(top_srcdir)/src
LDFLAGS=@GLIB2_LIBS@ @LIBXML2_LIBS@
AM_CFLAGS=-I. @LIBXML2_CFLAGS@ @GLIB2_CFLAGS@