diff options
author | Alban Crequy <alban.crequy@collabora.co.uk> | 2011-11-09 17:46:04 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-10 11:34:54 +0000 |
commit | 5677e158d6518e53bc06c131e3b2c8b9c779a74a (patch) | |
tree | 7d22124b4fe9da8a830b295d8c2c256b90f4a84c | |
parent | bdf5c1535079d7f69e8b0d50def2bf0acd2a7d1a (diff) |
Remove double definition
gabbletestsdir is defined in configure.ac
https://bugs.freedesktop.org/show_bug.cgi?id=42679
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3de15a05e..a69bbb88d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,6 @@ gabble-C-tests.list: $(AM_V_GEN)echo $(tests_list) > $@ if ENABLE_INSTALLED_TESTS -gabbletestsdir = @gabbletestsdir@ gabbletests_PROGRAMS = $(tests_list) gabbletests_DATA = gabble-C-tests.list else |