|
From: Martin R. <ru...@us...> - 2004-08-12 23:43:59
|
Update of /cvsroot/foo/foo/elkfoo/examples/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1576/examples/kernel Modified Files: Makefile.am Log Message: remove autotools from DIST_SUBDIRS in order to make 'make dist' shut up. added example .foo files to dist files Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/examples/kernel/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 12 Aug 2004 23:15:38 -0000 1.1 --- Makefile.am 12 Aug 2004 23:43:49 -0000 1.2 *************** *** 6,10 **** NULL = ! noinst_DATA = \ biquad.foo \ fof.foo \ --- 6,14 ---- NULL = ! EXTRA_DIST = $(EXAMPLE_KERNEL_FILES) ! ! noinst_DATA = $(EXAMPLE_KERNEL_FILES) ! ! EXAMPLE_KERNEL_FILES = \ biquad.foo \ fof.foo \ |