libsecret/tool/Makefile.am
Stef Walter 5cc30b2b68 Rename the library subdirectory to libsecret
* Death by a thousand paper cuts from gir and vapi not liking
   the fact that the secret.h file was not usable uninstalled
   and installed in the same way.
2012-07-13 10:40:25 +02:00

16 lines
264 B
Makefile

include $(top_srcdir)/Makefile.decl
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsecret \
-DSECRET_COMPILATION \
$(NULL)
bin_PROGRAMS = secret-tool
secret_tool_SOURCES = \
secret-tool.c
secret_tool_LDADD = \
$(top_builddir)/libsecret/libsecret-0.la