From c30225e9a828bb8d5245e0c648f08ec8bb165321 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 21 Mar 2012 22:15:06 -0400 Subject: Minor fix to extension/Makefile.am --- extension/ChangeLog | 4 ++++ extension/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/extension/ChangeLog b/extension/ChangeLog index 251f86c8..ddaec903 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2012-03-21 Andrew J. Schorr + + * Makefile.am (INCLUDES): Remove -I$(top_srcdir)/intl. + 2012-03-20 Andrew J. Schorr * Makefile.am: New file to build and install shared libraries. diff --git a/extension/Makefile.am b/extension/Makefile.am index 27bdff4e..fc806796 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -23,7 +23,7 @@ ## Process this file with automake to produce Makefile.in. -INCLUDES = -I.. -I$(top_srcdir) -I$(top_srcdir)/intl +INCLUDES = -I.. -I$(top_srcdir) lib_LTLIBRARIES = \ libarrayparm.la \ -- cgit v1.2.3