From be2660725aba47b9a98a63e768b9d7d264c33410 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 23 Apr 2016 14:54:34 +0200 Subject: [PATCH] liboconfig: enable dependency tracking Nowadays there's no reason not too. Also remove the foreign option, since we set that as default in configure.ac already. --- src/liboconfig/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/liboconfig/Makefile.am b/src/liboconfig/Makefile.am index b5162cc4..5ac0ef34 100644 --- a/src/liboconfig/Makefile.am +++ b/src/liboconfig/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = foreign no-dependencies - BUILT_SOURCES = parser.h #CLEANFILES = parser.[ch] scanner.c AM_YFLAGS = -d -- 2.11.0