changeset 15726:a53ed884509f

* libinterp/dldfcn/config-files.awk: Print list of DLDFCN_INC files.
author John W. Eaton <jwe@octave.org>
date Tue, 04 Dec 2012 10:22:20 -0500
parents abb92e8951eb
children 81d80a272da9
files libinterp/dldfcn/config-module.awk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/config-module.awk	Tue Dec 04 10:07:51 2012 -0500
+++ b/libinterp/dldfcn/config-module.awk	Tue Dec 04 10:22:20 2012 -0500
@@ -10,6 +10,10 @@
   print "  dldfcn/module-files \\"
   print "  dldfcn/oct-qhull.h"
   print ""
+## Kluge...
+  print "DLDFCN_INC = \\"
+  print "  dldfcn/__java__.h"
+  print ""
 }
 /^#.*/ { next; }
 {