From 97f919d14d6395515d12deb9a24cb91e25985a84 Mon Sep 17 00:00:00 2001 From: linus Date: Mon, 22 Mar 2010 14:29:56 +0000 Subject: [PATCH] Set AUTOMAKE_OPTIONS = foreign to make Automake less picky about exactly which files exist or not. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@523 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6b52273..0efbf2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = foreign + sbin_PROGRAMS = radsecproxy bin_PROGRAMS = catgconf -- 2.1.4