From f25cb7d31ebfd310fc54ee009b5951980fa7970c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 10 Apr 2012 14:46:52 +0400 Subject: [PATCH] Makefiles: remove non-existent daemons dir Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1124d0e064a6044f5582237a831b4d00a9a7e23a Author: [CST] Focus Date: 2012-04-10 (Tue, 10 Apr 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/Makefile.am | 1 - src/daemonc/Makefile.am | 1 - src/driver/Makefile.am | 1 - src/gui/Makefile.am | 1 - src/gui/bedit/Makefile.am | 1 - 5 files changed, 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7a8175d24..65e05f5c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,6 @@ SUBDIRS = zapit gui daemonc driver system eitd timerd nhttpd INCLUDES = \ -I$(srcdir) \ -I$(top_srcdir) \ - -I$(top_srcdir)/daemons \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/lib/connection \ diff --git a/src/daemonc/Makefile.am b/src/daemonc/Makefile.am index f2838a74d..997dbd4cf 100644 --- a/src/daemonc/Makefile.am +++ b/src/daemonc/Makefile.am @@ -4,7 +4,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ - -I$(top_srcdir)/daemons \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/libeventserver \ -I$(top_srcdir)/lib/libconfigfile \ diff --git a/src/driver/Makefile.am b/src/driver/Makefile.am index 1ff59dad9..eab5fed89 100644 --- a/src/driver/Makefile.am +++ b/src/driver/Makefile.am @@ -3,7 +3,6 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions SUBDIRS = pictureviewer audiodec INCLUDES = \ - -I$(top_srcdir)/daemons \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index bb14d0ee7..64a19de98 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -18,7 +18,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ - -I$(top_srcdir)/daemons \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/libeventserver \ -I$(top_srcdir)/lib/libnet \ diff --git a/src/gui/bedit/Makefile.am b/src/gui/bedit/Makefile.am index 13c96305d..5fcecd458 100644 --- a/src/gui/bedit/Makefile.am +++ b/src/gui/bedit/Makefile.am @@ -3,7 +3,6 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ - -I$(top_srcdir)/daemons \ -I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/libeventserver \