summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-06 14:46:28 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2015-09-06 16:13:54 +0200
commitb77a0c06febbf57e2112ea8480643b50b6edd754 (patch)
tree08eae87ab82073214b2d52f72ec5186c6b93cd20
parentc4e1c7ba1696d9f27ae7735b10a5dfcaabdfe068 (diff)
downloadgrilo-plugins-b77a0c06febbf57e2112ea8480643b50b6edd754.tar.gz
tests: Fix search path for Lua sources
They're not compiled, so they live in the source directory, not the build directory.
-rw-r--r--tests/local-metadata/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local-metadata/Makefile.am b/tests/local-metadata/Makefile.am
index dce33ee..33d545f 100644
--- a/tests/local-metadata/Makefile.am
+++ b/tests/local-metadata/Makefile.am
@@ -13,7 +13,7 @@ TEST_PROGS += \
test_local_metadata_defines = \
-DLOCAL_METADATA_PLUGIN_PATH=\""$(abs_top_builddir)/src/local-metadata/.libs/"\" \
-DLUA_FACTORY_PLUGIN_PATH=\""$(abs_top_builddir)/src/lua-factory/.libs/"\" \
- -DLUA_SOURCES_PATH=\""$(abs_top_builddir)/src/lua-factory/sources/"\"
+ -DLUA_SOURCES_PATH=\""$(abs_top_srcdir)/src/lua-factory/sources/"\"
test_local_metadata_SOURCES = \
test_local_metadata.c