libsecret/tool/Makefile.am

16 lines
260 B
Makefile
Raw Normal View History

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