From 641cea216deba930ff301824eaa92f58312beeca Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 12 Feb 2013 12:51:52 +0000 Subject: [PATCH] build: re-add liblolcore dependency tracking to all binary objects. --- neercs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index e8a9608..82657ec 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -22,6 +22,7 @@ neercs_SOURCES = \ video/radial.lolfx video/text.lolfx neercs_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -Iold neercs_LDFLAGS = $(AM_LDFLAGS) @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ +neercs_DEPENDENCIES = @LOL_DEPENDENCIES@ old_sources = \ old/actions.c \