Change the compilation order of subdirs
authoralpar
Thu, 09 Jun 2005 09:31:28 +0000
changeset 145558d733dd1c98
parent 1454 e0177bbe75a9
child 1456 5289afbdb720
Change the compilation order of subdirs
Makefile.am
     1.1 --- a/Makefile.am	Wed Jun 08 20:52:18 2005 +0000
     1.2 +++ b/Makefile.am	Thu Jun 09 09:31:28 2005 +0000
     1.3 @@ -12,7 +12,8 @@
     1.4  if WANT_GUI
     1.5    MAYBE_GUI = gui
     1.6  endif
     1.7 -SUBDIRS = lemon benchmark demo test $(MAYBE_GUI) $(MAYBE_DOC)
     1.8 +
     1.9 +SUBDIRS = lemon benchmark demo $(MAYBE_GUI) $(MAYBE_DOC) test
    1.10  
    1.11  MRPROPERFILES = \
    1.12  	aclocal.m4 \