summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-12-11 21:34:39 +0100
committerChristian Persch <chpe@gnome.org>2011-12-11 22:18:54 +0100
commit6637c802c0a4c685a4e1866c9f7b033c2dd78979 (patch)
tree49922f0a3aa036411e1e8a4f0fea0f459318e260 /tests
parentfb4164470b49e80f5419ec8188b64d23221ea222 (diff)
downloadlibcroco-6637c802c0a4c685a4e1866c9f7b033c2dd78979.tar.gz
Modernise and simplify configure
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 940a12f..54bd099 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ test-several-media.sh
#the list of all possible tests goes here.
-EXTRALDFLAGS=@GLIB2_LIBS@ @LIBXML2_LIBS@
+EXTRALDFLAGS=$(CROCO_LIBS)
testprogs=test0 test1 test2 test3 test4 test5 test6
noinst_PROGRAMS=$(testprogs)
test0_SOURCES=test0-main.c
@@ -29,4 +29,4 @@ LDADD=$(croco_lib)
INCLUDES=-I$(top_srcdir)/intl -I$(top_srcdir)/src -I$(top_builddir)/src
-AM_CFLAGS=-I. @LIBXML2_CFLAGS@ @GLIB2_CFLAGS@
+AM_CFLAGS=-I. $(CROCO_CFLAGS)