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 \