classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Fix make distcheck by including namespace.h


From: Mark Wielaard
Subject: [cp-patches] FYI: Fix make distcheck by including namespace.h
Date: Sun, 18 Dec 2005 03:11:07 +0100

Hi,

This fixes the make distcheck issue that the auto-builders were seeing.

2005-12-17  Mark Wielaard  <address@hidden>

    * native/fdlibm/Makefile.am (libfdlibm_la_SOURCES): Add namespace.h

Committed,

Mark

diff -u -r1.8 Makefile.am
--- native/fdlibm/Makefile.am   29 Jun 2005 19:54:45 -0000      1.8
+++ native/fdlibm/Makefile.am   18 Dec 2005 02:10:35 -0000
@@ -44,7 +44,8 @@
                        w_log.c \
                        w_pow.c \
                        w_remainder.c \
-                       w_sqrt.c
+                       w_sqrt.c \
+                       namespace.h

 AM_LDFLAGS = @CLASSPATH_MODULE@


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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