changeset 12767:e548ef3eb399 stable

maint: link mkoctfile and octave-config with gnulib and $(LIBS) * src/Makefile.am (mkoctfile_LDADD, octave_config_LDADD): New variables for automake.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Jun 2011 16:59:54 -0400
parents 1887d8400ba3
children a79fb48f05bc
files src/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,9 +38,11 @@
 
 mkoctfile_SOURCES =
 nodist_mkoctfile_SOURCES = mkoctfile.cc
+mkoctfile_LDADD = ../libgnu/libgnu.la $(LIBS)
 
 octave_config_SOURCES =
 nodist_octave_config_SOURCES = octave-config.cc
+octave_config_LDADD = ../libgnu/libgnu.la $(LIBS)
 
 BUILT_SOURCES_EXTRA = \
   mkoctfile.cc \