summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-10-01 17:55:39 +0000
committerStef Walter <stef@memberwebs.com>2010-10-01 17:55:39 +0000
commitde41ad3352fd9e4631095986389395340e3c09f8 (patch)
tree39c54d9558f3f52b7059439b18b029fc8a6b3a3e /tool
parent12357120c2ff79446af8cce21b37a2fb8f688394 (diff)
downloadgnome-keyring-de41ad3352fd9e4631095986389395340e3c09f8.tar.gz
[gck] Mark the gck API as unstable with a define.
Use -DGCK_API_SUBJECT_TO_CHANGE in order to compile.
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index de328b26..f79950a4 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -6,8 +6,9 @@ INCLUDES= \
-I$(top_builddir) \
$(GTK_CFLAGS) \
$(GOBJECT_CFLAGS) \
- $(GLIB_CFLAGS)
-
+ $(GLIB_CFLAGS) \
+ -DGCK_API_SUBJECT_TO_CHANGE
+
gnome_keyring@GCR_VERSION_SUFFIX@_SOURCES = \
gkr-tool.c gkr-tool.h \
gkr-tool-import.c