summaryrefslogtreecommitdiff
path: root/tool/Makefile.am
blob: f41e0f61fc81343bab692161efbd0231b02711aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/Makefile.decl

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libsecret \
	-DSECRET_COMPILATION \
	-DLOCALEDIR=\""$(datadir)/locale"\" \
	$(NULL)

bin_PROGRAMS = secret-tool

secret_tool_SOURCES = \
	secret-tool.c

secret_tool_LDADD = \
	$(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la