diff options
-rw-r--r-- | test/lib/Makefile.am | 1 | ||||
-rw-r--r-- | test/parser/Makefile.am | 1 | ||||
-rw-r--r-- | test/urls/Makefile.am | 1 | ||||
-rw-r--r-- | ui/common/Makefile.am | 1 | ||||
-rw-r--r-- | ui/ncurses/Makefile.am | 1 | ||||
-rw-r--r-- | ui/test/Makefile.am | 1 | ||||
-rw-r--r-- | ui/twin/Makefile.am | 1 | ||||
-rw-r--r-- | utils/Makefile.am | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am index 5a3a34a..bfcf9c2 100644 --- a/test/lib/Makefile.am +++ b/test/lib/Makefile.am @@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = parallel-tests AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 7360926..5e7c765 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/test/urls/Makefile.am b/test/urls/Makefile.am index da6fcbf..e2731c1 100644 --- a/test/urls/Makefile.am +++ b/test/urls/Makefile.am @@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = parallel-tests AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/ui/common/Makefile.am b/ui/common/Makefile.am index e629f1c..a7b2f0f 100644 --- a/ui/common/Makefile.am +++ b/ui/common/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 3df9105..6d360d2 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/ui/test/Makefile.am b/ui/test/Makefile.am index 1daf78e..63b7d8c 100644 --- a/ui/test/Makefile.am +++ b/ui/test/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ diff --git a/ui/twin/Makefile.am b/ui/twin/Makefile.am index dc6ec53..053e73c 100644 --- a/ui/twin/Makefile.am +++ b/ui/twin/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) \ $(twin_CFLAGS) diff --git a/utils/Makefile.am b/utils/Makefile.am index 2f2b569..67d64cc 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -15,7 +15,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ - -I$(includedir) \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ |