diff options
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
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 <aschorr@telemetry-investments.com> + + * Makefile.am (INCLUDES): Remove -I$(top_srcdir)/intl. + 2012-03-20 Andrew J. Schorr <aschorr@telemetry-investments.com> * 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 \ |