Rename the library subdirectory to libsecret
[platform/upstream/libsecret.git] / tool / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = \
4         -I$(top_srcdir) \
5         -I$(top_srcdir)/libsecret \
6         -DSECRET_COMPILATION \
7         $(NULL)
8
9 bin_PROGRAMS = secret-tool
10
11 secret_tool_SOURCES = \
12         secret-tool.c
13
14 secret_tool_LDADD = \
15         $(top_builddir)/libsecret/libsecret-0.la