From a4df0209d9fd33ebc622293c8703829136ac79d7 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 15 Sep 2012 12:53:38 +0200 Subject: [PATCH] drop broken example config install --- configure.ac | 1 - icinga-app/Makefile.am | 3 --- 2 files changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index dd99c5000..2cf92a89d 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ components/demo/Makefile components/replication/Makefile docs/Doxyfile icinga-app/Makefile -icinga-app/config/Makefile lib/Makefile lib/base/Makefile lib/config/Makefile diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index e5fc0887d..1969812c0 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -1,8 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = \ - config - bin_PROGRAMS = \ icinga -- 2.40.0