mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
5cc30b2b68
* 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.
16 lines
264 B
Makefile
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
|