dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 8d393e1478aba8a8446536c319cadd297cc47ed4
Date: Tue, 22 Dec 2009 16:39:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  8d393e1478aba8a8446536c319cadd297cc47ed4 (commit)
      from  b71c0934bc74872dce2d1ccdfed879dc6d00ca8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=8d393e1478aba8a8446536c319cadd297cc47ed4

commit 8d393e1478aba8a8446536c319cadd297cc47ed4
Author: Klaus Treichel <address@hidden>
Date:   Tue Dec 22 17:39:37 2009 +0100

    Fix make distcheck build

diff --git a/ChangeLog b/ChangeLog
index 30c6e41..5ba4928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-22  Klaus Treichel  <address@hidden>
+
+       * tests/Makefile.am: Fix make distcheck build.
+
 2009-12-20  Klaus Treichel  <address@hidden>
 
        * support/thread.c (ILThreadIsAborting): Don't acquire the thread's lock
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 95fef40..0e350e7 100755
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,7 +11,7 @@ test_crypt_SOURCES  = test_crypt.c \
 test_crypt_LDADD    = ../image/libILImage.a ../support/libILSupport.a \
                                          $(GCLIBS)     
 
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libgc/include 
-I$(top_srcdir)/libgc/libatomic_ops/src
+AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libgc/include 
-I$(top_builddir)/libgc/libatomic_ops/src
 
 TESTS = test_thread test_crypt
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 tests/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]