From d4fb1abd705b02767de88dd26783e15264422f70 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:38:20 +0200 Subject: build: use modern call syntax for AC_INIT, AM_INIT_AUTOMAKE automake options also need to definitely go into configure.ac, otherwise they only apply to a single directory. Signed-off-by: Jan Engelhardt --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 348cfc6..eb7d586 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 - INCLUDES =$(all_includes) -I$(top_srcdir)/include SUBDIRS = include src utils LINKOPTS = -lnfnetlink -- cgit v1.2.3