src/Makefile.am
author ladanyi
Thu, 05 May 2005 15:34:43 +0000
changeset 1404 17c80cb3754b
parent 934 003736604835
permissions -rw-r--r--
added directory and check for the GUI
ladanyi@1404
     1
if WANT_GUI
ladanyi@1404
     2
  MAYBE_GUI = gui
ladanyi@1404
     3
endif
ladanyi@1404
     4
SUBDIRS = lemon benchmark demo test $(MAYBE_GUI)