mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Use AM_CPPFLAGS instead of INCLUDES
automake 1.13 deprecates the latter
This commit is contained in:
parent
1f79129f79
commit
46fa081063
@ -5,7 +5,7 @@ noinst_LTLIBRARIES = \
|
||||
|
||||
EXTRA_DIST = egg-testing.h
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/build \
|
||||
-DWITH_VALGRIND
|
||||
|
@ -1,6 +1,6 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir) \
|
||||
-DSRCDIR="\"@abs_srcdir@\"" \
|
||||
|
@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
|
||||
|
||||
SUBDIRS = . tests
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-DSECRET_COMPILATION \
|
||||
$(NULL)
|
||||
|
@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
|
||||
# and I'm not sure how we can add that dependency.
|
||||
.NOTPARALLEL:
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/libsecret \
|
||||
-DSRCDIR="\"@abs_srcdir@\"" \
|
||||
|
@ -1,6 +1,6 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/libsecret \
|
||||
-DSECRET_COMPILATION \
|
||||
|
Loading…
Reference in New Issue
Block a user