Makefile.am
changeset 1465 60c2961c75ca
parent 1452 9a9acf30dbae
child 1480 268c2b5d8971
equal deleted inserted replaced
19:c32de0454b68 20:b667ba6f23cb
    10   MAYBE_DOC = doc
    10   MAYBE_DOC = doc
    11 endif
    11 endif
    12 if WANT_GUI
    12 if WANT_GUI
    13   MAYBE_GUI = gui
    13   MAYBE_GUI = gui
    14 endif
    14 endif
    15 SUBDIRS = lemon benchmark demo test $(MAYBE_GUI) $(MAYBE_DOC)
    15 
       
    16 SUBDIRS = lemon benchmark demo $(MAYBE_GUI) $(MAYBE_DOC) test
    16 
    17 
    17 MRPROPERFILES = \
    18 MRPROPERFILES = \
    18 	aclocal.m4 \
    19 	aclocal.m4 \
    19 	config.h.in \
    20 	config.h.in \
    20 	config.h.in~ \
    21 	config.h.in~ \