[NeXus-code-svn] r836 - trunk/test

apache at nexusformat.org apache at nexusformat.org
Sun Nov 26 20:31:11 GMT 2006


Author: Freddie Akeroyd
Date: Sun Nov 26 20:31:09 2006
New Revision: 836

Modified:
   trunk/test/Makefile.am

Log:
Build F77 test with -static. refs #4.



Modified: trunk/test/Makefile.am
Url: http://svn.nexusformat.org/viewvc/NeXusCode/trunk/test/Makefile.am?r1=835&r2=836
==============================================================================
--- trunk/test/Makefile.am	(original)
+++ trunk/test/Makefile.am	Sun Nov 26 20:31:09 2006
@@ -114,6 +114,7 @@
 napif_test_hdf4_SOURCES = napif4_test.f
 napif_test_hdf4_LDADD = $(LIBNEXUS77) # $(FLIBS)
 napif_test_hdf4_LINK = $(F77LINK)
+napif_test_hdf4_LDFLAGS = -static $(LDFLAGS)
 else
 napif_test_hdf4_SOURCES = dummy.c
 napif_test_hdf4_LINK = $(LINK)
@@ -138,6 +139,7 @@
 napif_test_hdf5_SOURCES = napif5_test.f
 napif_test_hdf5_LDADD = $(LIBNEXUS77) # $(FLIBS)
 napif_test_hdf5_LINK = $(F77LINK)
+napif_test_hdf5_LDFLAGS = -static $(LDFLAGS)
 else
 napif_test_hdf5_SOURCES = dummy.c
 napif_test_hdf5_LINK = $(LINK)


More information about the NeXus-code-svn mailing list