fix 'make mrproper'
authorladanyi
Thu, 05 May 2005 15:47:45 +0000
changeset 140615dac8ae3f8c
parent 1405 3626c7f10f14
child 1407 7152559e3d08
fix 'make mrproper'
Makefile.am
     1.1 --- a/Makefile.am	Thu May 05 15:43:43 2005 +0000
     1.2 +++ b/Makefile.am	Thu May 05 15:47:45 2005 +0000
     1.3 @@ -30,7 +30,9 @@
     1.4  	src/lemon/Makefile.in \
     1.5  	src/test/Makefile.in \
     1.6  	src/benchmark/Makefile.in \
     1.7 -	src/demo/Makefile.in
     1.8 +	src/demo/Makefile.in \
     1.9 +	src/gui/Makefile.in \
    1.10 +	src/gui/src/Makefile.in
    1.11  
    1.12  docs:
    1.13  	$(MAKE) -C doc $(AM_MAKEFLAGS) clean html