[llvm-commits] CVS: llvm-test/Makefile.config.in
Reid Spencer
reid at x10sys.com
Fri Feb 16 10:23:50 PST 2007
Changes in directory llvm-test:
Makefile.config.in updated: 1.24 -> 1.25
---
Log message:
Add support for SHLIBEXT
---
Diffs of the changes: (+3 -0)
Makefile.config.in | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.24 llvm-test/Makefile.config.in:1.25
--- llvm-test/Makefile.config.in:1.24 Wed Sep 20 18:40:57 2006
+++ llvm-test/Makefile.config.in Fri Feb 16 12:23:33 2007
@@ -91,3 +91,6 @@
# Define HAVE_RE_COMP to 1 if re_comp is found, don't define it otherwise
@HAVE_RE_COMP@
+
+# Get the shared library (dll) extension
+SHLIBEXT = @SHLIBEXT@
More information about the llvm-commits
mailing list