diff liboctave/Makefile.am @ 15278:f4b5304ee451

build: Remove unnecessary -I includes from AM_CPPFLAGS. * libinterp/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * src/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * liboctave/Makefile.am: Use $top_builddir to make list more readable. * liboctave/cruft/Makefile.am: Replace tabs with spaces in file list. * liboctave/cruft/slatec-fn/module.mk: Add blank line at end of file.
author Rik <rik@octave.org>
date Sun, 02 Sep 2012 17:41:43 -0700
parents dd794aa84232
children 482d92904aa4
line wrap: on
line diff
--- a/liboctave/Makefile.am	Sun Sep 02 15:57:56 2012 -0700
+++ b/liboctave/Makefile.am	Sun Sep 02 17:41:43 2012 -0700
@@ -100,7 +100,7 @@
   operators/liboperators.la \
   system/libsystem.la \
   util/libutil.la \
-  ../libgnu/libgnu.la \
+  $(top_builddir)/libgnu/libgnu.la \
   $(LIBOCTAVE_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual: