AM_CFLAGS += \ @AM_CFLAGS@ \ -Wunused-variable \ -Wwrite-strings \ -Wno-pointer-sign # Ideally, we should be enabling further flags, but this requires upstream # changes. Leaving these here for now. # # -g -Wall -Wno-long-long -W -Wformat=2 -Wmissing-prototypes \ # -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings \ # -Wshadow -Wpointer-arith -Wno-sign-compare -Wundef \ # -Wbad-function-cast -Winline -Wcast-align \ # -Wdeclaration-after-statement -Wno-pointer-sign \ # -Wno-attributes -Wno-unused-result AM_CPPFLAGS += \ @AM_CPPFLAGS@ \ -DGOT_LIBEXECDIR="$(libexecdir)" \ -I$(top_srcdir) \ -I$(top_srcdir)/compat \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/include \ -I$(top_srcdir)/template \