Makefile.am
changeset 564 eda12d8ac953
parent 481 861a9d5ff283
child 567 3314f58e7b25
     1.1 --- a/Makefile.am	Wed Apr 01 17:17:47 2009 +0100
     1.2 +++ b/Makefile.am	Wed Apr 01 14:18:35 2009 +0100
     1.3 @@ -39,9 +39,13 @@
     1.4  include lemon/Makefile.am
     1.5  include test/Makefile.am
     1.6  include doc/Makefile.am
     1.7 -include demo/Makefile.am
     1.8  include tools/Makefile.am
     1.9  
    1.10 +DIST_SUBDIRS = demo
    1.11 +
    1.12 +demo:
    1.13 +	$(MAKE) $(AM_MAKEFLAGS) -C demo
    1.14 +
    1.15  MRPROPERFILES = \
    1.16  	aclocal.m4 \
    1.17  	config.h.in \
    1.18 @@ -68,4 +72,4 @@
    1.19  	zcat $(PACKAGE)-$(VERSION).tar.gz | \
    1.20  	bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
    1.21  
    1.22 -.PHONY: mrproper dist-bz2 distcheck-bz2
    1.23 +.PHONY: demo mrproper dist-bz2 distcheck-bz2