From dc3e7bdc877903c1e044e3b43b79ade691824d87 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 Apr 2006 23:04:55 +0200 Subject: [PATCH] fix for make distcheck --- unittest/examples/Makefile.am | 4 ++-- unittest/mytap/t/Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am index 797784760ff..94a67927d12 100644 --- a/unittest/examples/Makefile.am +++ b/unittest/examples/Makefile.am @@ -1,5 +1,5 @@ -AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap +AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \ + -I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include AM_LDFLAGS = -L$(top_builddir)/unittest/mytap diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am index 948132783bc..88c31cfeb7f 100644 --- a/unittest/mytap/t/Makefile.am +++ b/unittest/mytap/t/Makefile.am @@ -1,6 +1,5 @@ -AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -AM_CPPFLAGS += -I$(srcdir)/.. +AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(srcdir)/.. -I$(top_srcdir)/include AM_LDFLAGS = -L$(top_builddir)/unittest/mytap