[xiph-cvs] cvs commit: ices/src .cvsignore
Jack Moffitt
jack at xiph.org
Sun Sep 9 20:10:06 PDT 2001
jack 01/09/09 20:10:06
Modified: . Makefile.am configure.in
Added: . .cvsignore
conf Makefile.am
src .cvsignore
Log:
Include configuration files in make dist. Update .cvsignore
Revision Changes Path
1.2 +1 -1 ices/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 2001/09/10 02:30:48 1.1
+++ Makefile.am 2001/09/10 03:10:05 1.2
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = src
+SUBDIRS = src conf
EXTRA_DIST = README AUTHORS COPYING TODO
1.2 +1 -1 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in 2001/09/10 02:30:49 1.1
+++ configure.in 2001/09/10 03:10:05 1.2
@@ -124,4 +124,4 @@
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
-AC_OUTPUT(Makefile src/Makefile src/avl/Makefile src/thread/Makefile src/net/Makefile src/log/Makefile src/timing/Makefile)
+AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/thread/Makefile src/net/Makefile src/log/Makefile src/timing/Makefile)
1.1 ices/.cvsignore
Index: .cvsignore
===================================================================
Makefile
Makefile.in
configure
1.1 ices/conf/Makefile.am
Index: Makefile.am
===================================================================
## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = ices-live.xml ices-playlist.xml
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"
1.1 ices/src/.cvsignore
Index: .cvsignore
===================================================================
Makefile
Makefile.am
*.o
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list