summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-05-30 12:18:40 +1200
committerStef Walter <stefw@redhat.com>2016-05-30 09:41:20 +0200
commitf59f2b6a82261c79e87d7b9f6ecba8538b8cac3a (patch)
tree1903ff22b12a2b90c8da085b2f9096f886e61c11
parent3d4ed965fd9667d190c01635ab5faa48315d662a (diff)
downloadlibsecret-f59f2b6a82261c79e87d7b9f6ecba8538b8cac3a.tar.gz
Makefile.am: Compile vala unstable tests with SECRET_WITH_UNSTABLE=1.
Without this the generated C code compiles without the correct header (warnings are disabled so this is not obvious). This was causing the test to crash on Ubuntu (exact cause not diagnosed). https://bugzilla.gnome.org/show_bug.cgi?id=767002
-rw-r--r--libsecret/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am
index 0601460..7d96774 100644
--- a/libsecret/Makefile.am
+++ b/libsecret/Makefile.am
@@ -282,7 +282,7 @@ SUFFIXES = .vala .vala.o
test-vala-lang.vala.o: libsecret/test-vala-lang.vala $(VALA_TESTS_VAPIS)
$(VALA_V) $(VALAC) --compile $(VALA_TESTS_FLAGS) $<
test-vala-unstable.vala.o: libsecret/test-vala-unstable.vala $(VALA_TESTS_VAPIS)
- $(VALA_V) $(VALAC) --compile $(VALA_TESTS_FLAGS) $<
+ $(VALA_V) $(VALAC) --compile --Xcc=-DSECRET_WITH_UNSTABLE=1 $(VALA_TESTS_FLAGS) $<
test_vala_lang_SOURCES =
test_vala_lang_LDADD = \