summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
commitc54d0948db7f30fd06b97d146dc1e4db6be13c40 (patch)
tree67d182c485094d8ff7d93f38d88ca8b40de1aafb /tests
parent17114030e0e37f93682c903dd818da1f0e2e6f6b (diff)
downloadlibcroco-c54d0948db7f30fd06b97d146dc1e4db6be13c40.tar.gz
a big tree cleanup to organised the sources component-wise.
Dodji.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0afd78c..a0c386b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,11 +20,23 @@ test5_SOURCES=test5-main.c cr-test-utils.c cr-test-utils.h
test6_SOURCES=test6-main.c cr-test-utils.c cr-test-utils.h
test7_SOURCES=test7-main.c cr-test-utils.c cr-test-utils.h
+croco_parser_lib=$(top_builddir)/src/parser/@CROCO_PARSER_LIB@
-LDADD=$(top_srcdir)/src/libcroco.la
+if HAVE_SELENG
+croco_seleng_lib=$(top_builddir)/src/seleng/@CROCO_SELENG_LIB@
+endif
+
+if HAVE_LAYENG
+croco_layeng_lib=$(top_builddir)/src/layeng/@CROCO_LAYENG_LIB@
+endif
+
+LDADD=$(croco_parser_lib) $(croco_seleng_lib) $(croco_layeng_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`
LDFLAGS=`pkg-config --libs glib-2.0` @LIBXML2_LIBS@