diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-12-19 15:37:58 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-12-20 19:00:12 +0100 |
commit | 5871418432e1b127c760cd42a50f781d95d245fd (patch) | |
tree | 90d5a1515143313104ba49da7e942defabda99d8 /lib/examples/Makefile.am | |
parent | a0acdbbe29668a37748ef0a4aa73cba44c40a10e (diff) |
Don't use deprecated 'INCLUDES' variable in Makefile.am files.
Diffstat (limited to 'lib/examples/Makefile.am')
-rw-r--r-- | lib/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index f300627..fa1c835 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) AM_CFLAGS = -Wall -Werror -g noinst_PROGRAMS = client |