diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-06-07 11:37:39 +0000 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-06-07 11:37:39 +0000 |
commit | a5d3e34397d847a0c9b2e3aab7bd9f0b1080af05 (patch) | |
tree | 739e1231a58a154de40785be6f70fa8783b88e98 /tools | |
parent | edf0b9584f1038797758b4ed878e1d9f48beda9f (diff) |
Remove unstable API markers.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 03f11e6..2f4b6cc 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,8 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/p11-kit \ - -DSRCDIR=\"$(srcdir)\" \ - -DP11_KIT_API_SUBJECT_TO_CHANGE + -DSRCDIR=\"$(srcdir)\" bin_PROGRAMS = \ p11-kit |