Update of /cvsroot/foo/foo/elkfoo/examples/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1576/examples/scripts
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/scripts/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:50 -0000 1.2
***************
*** 6,10 ****
NULL =
! noinst_DATA = \
sine.foo \
sndcat.foo \
--- 6,14 ----
NULL =
! EXTRA_DIST = $(EXAMPLE_SCRIPTS_FILES)
!
! noinst_DATA = $(EXAMPLE_SCRIPTS_FILES)
!
! EXAMPLE_SCRIPTS_FILES = \
sine.foo \
sndcat.foo \
|