[Lemon-commits] [lemon_svn] alpar: r1935 - hugo/trunk

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:48:54 CET 2006


Author: alpar
Date: Thu Jun  9 11:31:28 2005
New Revision: 1935

Modified:
   hugo/trunk/Makefile.am

Log:
Change the compilation order of subdirs

Modified: hugo/trunk/Makefile.am
==============================================================================
--- hugo/trunk/Makefile.am	(original)
+++ hugo/trunk/Makefile.am	Thu Jun  9 11:31:28 2005
@@ -12,7 +12,8 @@
 if WANT_GUI
   MAYBE_GUI = gui
 endif
-SUBDIRS = lemon benchmark demo test $(MAYBE_GUI) $(MAYBE_DOC)
+
+SUBDIRS = lemon benchmark demo $(MAYBE_GUI) $(MAYBE_DOC) test
 
 MRPROPERFILES = \
 	aclocal.m4 \



More information about the Lemon-commits mailing list