From f039f511c86ca901266783b769ef9534d8222d7f Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 7 Jun 2010 16:13:40 +0000 Subject: [PATCH] more changes to get distcheck working --- examples/CXX4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CXX4/Makefile.am b/examples/CXX4/Makefile.am index 153077d00..5bb4cbcdc 100644 --- a/examples/CXX4/Makefile.am +++ b/examples/CXX4/Makefile.am @@ -7,7 +7,7 @@ # We will need to find the C++ header files. AM_CXXFLAGS = -I$(top_srcdir)/cxx4 -AM_CPPFLAGS = -I$(top_srcdir)/cxx4 +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cxx4 AM_LDFLAGS= AM_CPPFLAGS += -I$(top_builddir)/liblib