[xiph-cvs] cvs commit: ogg Makefile.am configure.in
Jack Moffitt
jack at xiph.org
Sat Oct 21 19:56:13 PDT 2000
jack 00/10/21 19:56:13
Modified: . Makefile.am configure.in
Log:
Revision Changes Path
1.3 +5 -1 ogg/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 2000/10/21 18:01:30 1.2
+++ Makefile.am 2000/10/22 02:56:12 1.3
@@ -4,7 +4,11 @@
SUBDIRS = src include doc win32
-EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec
+bin_SCRIPTS = ogg-config
+m4datadir = $(datadir)/aclocal
+m4data_DATA = ogg.m4
+
+EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4
debug:
$(MAKE) all CFLAGS="@DEBUG@"
1.5 +1 -1 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in 2000/10/21 18:01:30 1.4
+++ configure.in 2000/10/22 02:56:12 1.5
@@ -227,4 +227,4 @@
AC_SUBST(CC)
AC_SUBST(RANLIB)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile)
+AC_OUTPUT(Makefile ogg-config src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile)
--- >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