diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-12-04 11:56:46 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-12-04 11:56:46 +0100 |
commit | 99f6d29b25341e4f309e7e0f6ae856145eab4d33 (patch) | |
tree | 09a1429be14e1316f5a253f9b31c66783be9351d | |
parent | 727538f3312e1767cde384686e4b8026c86c9356 (diff) |
Another distcheck fix
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 451b5d1..9a1c108 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -30,7 +30,7 @@ TESTS = $(check_tests) # test_local_metadata_defines = \ - -DGRILO_PLUGINS_TESTS_LOCAL_METADATA_PLUGIN_PATH=\""$(abs_top_srcdir)/src/local-metadata/.libs/"\" + -DGRILO_PLUGINS_TESTS_LOCAL_METADATA_PLUGIN_PATH=\""$(abs_top_builddir)/src/local-metadata/.libs/"\" test_local_metadata_SOURCES = \ test_local_metadata.c @@ -52,7 +52,7 @@ test_local_metadata_CFLAGS = \ # but it is cleaner to restrict the test to just one plugin by doing it in the code. # Note that the tmdb plugin Makefile.am copies the .xml file into .libs so we can use the plugin. test_tmdb_defines = \ - -DGRILO_PLUGINS_TESTS_TMDB_PLUGIN_PATH=\""$(abs_top_srcdir)/src/tmdb/.libs/"\" \ + -DGRILO_PLUGINS_TESTS_TMDB_PLUGIN_PATH=\""$(abs_top_builddir)/src/tmdb/.libs/"\" \ -DGRILO_PLUGINS_TESTS_TMDB_DATA_PATH=\""$(abs_top_srcdir)/test/test_data/tmdb/"\" test_tmdb_preconditions_SOURCES = \ |