summaryrefslogtreecommitdiff
path: root/gck/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-01 11:29:49 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-01 12:10:04 +0200
commit79e9e7eaf04f0ffe66e99812a51ca2af73af86d0 (patch)
tree464ba41afb5bf140cb2dbed8e0c62f0c468cad78 /gck/tests
parentd6cbd89863a56b629556ab2f6a45231db1efcd54 (diff)
downloadgcr-79e9e7eaf04f0ffe66e99812a51ca2af73af86d0.tar.gz
gcr: Documentation, testing and distcheck fixes
* Update symbols for new APIs * Update docs with new APIs * Change how tests find fixture files.
Diffstat (limited to 'gck/tests')
-rw-r--r--gck/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gck/tests/Makefile.am b/gck/tests/Makefile.am
index 4864fb8..99aaf10 100644
--- a/gck/tests/Makefile.am
+++ b/gck/tests/Makefile.am
@@ -2,7 +2,7 @@
INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir) \
- -DSRCDIR="\"$(srcdir)\"" \
+ -DSRCDIR="\"@abs_srcdir@\"" \
-DBUILDDIR="\"$(builddir)\"" \
-DGCK_API_SUBJECT_TO_CHANGE \
$(GLIB_CFLAGS)