From 579d40eff31c7a17cc4e4f07d26c6189619fee31 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 31 Mar 2011 18:37:31 +0200 Subject: Add C++ header guards, and require API instability acknowledgement. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 3719a64..bb4bce3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/p11-kit \ -Icutest \ - -DSRCDIR=\"$(srcdir)\" + -DSRCDIR=\"$(srcdir)\" \ + -DP11_KIT_API_SUBJECT_TO_CHANGE noinst_PROGRAMS = \ hash-test \ -- cgit v1.1