From 9e5cd7a539f4887607bde2f0ade4973f03d75a61 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 18 Nov 2012 01:10:29 +0000 Subject: [PATCH] build: fixes for out-of-tree builds, and get rid of some deprecated stuff. --- neercs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index d872855..01d6e1a 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -20,10 +20,10 @@ neercs_SOURCES = \ 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@ @PIPI_CFLAGS@ @CACA_CFLAGS@ -Iold +neercs_CPPFLAGS = @LOL_CFLAGS@ @CACA_CFLAGS@ -Iold neercs_LDADD = neercs_LDFLAGS = $(top_builddir)/src/liblol.a \ - @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ + @LOL_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a old_sources = \