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

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/library \
	-DSECRET_COMPILATION \
	$(NULL)

bin_PROGRAMS = secret-tool

secret_tool_SOURCES = \
	secret-tool.c

secret_tool_LDADD = \
	$(top_builddir)/library/libsecret-0.la