From 9e0b03052d8dda7c049b0b940368b8cb82cd43c9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 17 Sep 2012 12:30:49 +0000 Subject: [PATCH] build: add a common.am include file and a "make lolcheck" target that does nothing for now except ensure that every makefile includes common.am. --- neercs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index eec8308..217cf31 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -1,4 +1,6 @@ +include $(top_srcdir)/build/autotools/common.am + if BUILD_NEERCS noinst_PROGRAMS = neercs endif