From bc01c62de2c5d84d2e391c98ff85cd36a67002b9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 9 Feb 2013 22:05:15 +0000 Subject: [PATCH] build: reorganise AM_CPPFLAGS handling so that we can disable the shitload of warnings Bullet spits at us. --- neercs/Makefile.am | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index 9e4600e..e8a9608 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -17,14 +17,11 @@ neercs_SOURCES = \ video/text-render.cpp video/text-render.h \ video/simple.lolfx \ video/blurh.lolfx video/blurv.lolfx video/glow.lolfx \ - video/remanence.lolfx video/copper.lolfx video/color.lolfx video/noise.lolfx \ - video/postfx.lolfx video/mirror.lolfx video/radial.lolfx \ - video/text.lolfx -neercs_CPPFLAGS = @LOL_CFLAGS@ @CACA_CFLAGS@ -Iold -neercs_LDADD = -neercs_LDFLAGS = @LOL_STATIC_LIBS@ \ - @LOL_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ -neercs_DEPENDENCIES = @LOL_STATIC_LIBS@ + video/remanence.lolfx video/copper.lolfx video/color.lolfx \ + video/noise.lolfx video/postfx.lolfx video/mirror.lolfx \ + video/radial.lolfx video/text.lolfx +neercs_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -Iold +neercs_LDFLAGS = $(AM_LDFLAGS) @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ old_sources = \ old/actions.c \