diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-01-22 15:45:33 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-01-22 15:45:33 +0100 |
commit | 84f0770e6ff98f872d0627e759145c5c1ecccebd (patch) | |
tree | 7a25321eb37f0ee05b68aad8fe63f5e2911dc54b /lib/Makefile.am | |
parent | bbfebbe841a54e3ce68f0744b3c42abf9ce9e293 (diff) |
Compile with -Werror.
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 9415c3d..46f573a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = radius radsecproxy . include examples INCLUDES = -I$(srcdir)/include -AM_CFLAGS = -Wall -g +AM_CFLAGS = -Wall -Werror -g lib_LTLIBRARIES = libradsec.la |