[lwatch-cvs] files/src Makefile.am,1.8,1.9
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2007-07-07 19:56:27
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20848 Modified Files: Makefile.am Log Message: yparse.c should not be deleted by clean and distclean target as we want to make it buildable without flex for anyone using tarball Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile.am 14 Aug 2004 17:52:51 -0000 1.8 --- Makefile.am 7 Jul 2007 19:56:24 -0000 1.9 *************** *** 3,7 **** lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! CLEANFILES = yparse.c stamp-h.in *~ install-data-hook: --- 3,8 ---- lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! MAINTAINERCLEANFILES = yparse.c ! CLEANFILES = stamp-h.in *~ install-data-hook: |