diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-03-31 18:37:31 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-03-31 18:37:31 +0200 |
commit | 579d40eff31c7a17cc4e4f07d26c6189619fee31 (patch) | |
tree | fcb97fc78bfaefdd488ca170ec2725a4b66a2811 /tests | |
parent | cf988aa7858d249887ea0818301c7211bb3cab38 (diff) |
Add C++ header guards, and require API instability acknowledgement.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |