libsecret/tool/Makefile.am
Stef Walter 46fa081063 Use AM_CPPFLAGS instead of INCLUDES
automake 1.13 deprecates the latter
2013-06-21 15:11:15 +02:00

17 lines
319 B
Makefile

include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsecret \
-DSECRET_COMPILATION \
-DLOCALEDIR=\""$(datadir)/locale"\" \
$(NULL)
bin_PROGRAMS = secret-tool
secret_tool_SOURCES = \
secret-tool.c
secret_tool_LDADD = \
$(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la