comparison Makefile.am @ 16329:7d0848353eaf

build: allow make dist in libgui without Qt (bug #38518) * Makefile.am (SUBDIRS): Include libgui conditionally on AMCOND_BUILD_GUI. * configure.ac (GUIDIR): Delete.
author Mike Miller <mtmiller@ieee.org>
date Sat, 16 Mar 2013 16:44:24 -0400
parents 3a93af21d206
children 306e0ac231d0
comparison
equal deleted inserted replaced
16328:ba933118869b 16329:7d0848353eaf
68 run-octave.in 68 run-octave.in
69 69
70 include m4/module.mk 70 include m4/module.mk
71 71
72 # Subdirectories in which to run `make all'. 72 # Subdirectories in which to run `make all'.
73 SUBDIRS = libgnu liboctave libinterp @GUIDIR@ src scripts @DOCDIR@ examples test 73 SUBDIRS = libgnu liboctave libinterp
74 if AMCOND_BUILD_GUI
75 SUBDIRS += libgui
76 endif
77 SUBDIRS += src scripts @DOCDIR@ examples test
74 78
75 if ! AMCOND_BUILD_DOCS 79 if ! AMCOND_BUILD_DOCS
76 dist-hook: 80 dist-hook:
77 echo "Documentation disabled. Cannot package distribution!" ; exit 1; 81 echo "Documentation disabled. Cannot package distribution!" ; exit 1;
78 endif 82 endif