From beff830be616b0941b90b040a3071544db91cc28 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 17 Sep 2012 15:06:20 +0200 Subject: [PATCH] actually enable the warnings package when requested --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6903478..c43c040 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ SUBDIRS= ykcore . tests ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -I$(srcdir)/ykcore -I$(srcdir)/rfc4634 +AM_CFLAGS = $(WARN_CFLAGS) # The library. -- 2.39.5