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/Makefile.am | |
parent | a0acdbbe29668a37748ef0a4aa73cba44c40a10e (diff) |
Don't use deprecated 'INCLUDES' variable in Makefile.am files.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 320218c..84f7491 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = radius radsecproxy include . examples DIST_SUBDIRS = $(SUBDIRS) tests -INCLUDES = -I$(srcdir)/include +AM_CPPFLAGS = -I$(srcdir)/include AM_CFLAGS = -Wall -Werror -g lib_LTLIBRARIES = libradsec.la |