[xiph-cvs] cvs commit: ogg/win32 Makefile.am

Jack Moffitt jack at xiph.org
Sat Oct 21 11:01:31 PDT 2000



jack        00/10/21 11:01:31

  Modified:    .        Makefile.am configure.in libogg.spec
  Added:       win32    Makefile.am
  Log:
  libogg.spec changes suggested by ali abdin
  win32 stuff now gets bundled in dists

Revision  Changes    Path
1.2       +1 -1      ogg/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2000/09/03 05:54:27	1.1
+++ Makefile.am	2000/10/21 18:01:30	1.2
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign dist-zip
 
-SUBDIRS = src include doc
+SUBDIRS = src include doc win32
 
 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec
 

1.4       +1 -1      ogg/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in	2000/10/06 07:32:30	1.3
+++ configure.in	2000/10/21 18:01:30	1.4
@@ -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)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile)

1.2       +3 -2      ogg/libogg.spec

Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libogg.spec	2000/09/03 05:54:27	1.1
+++ libogg.spec	2000/10/21 18:01:30	1.2
@@ -46,8 +46,7 @@
 %doc CHANGES
 %doc COPYING
 %doc README
-/usr/lib/libogg.so.*
-/usr/lib/libogg.a
+/usr/lib/libogg.so*
 
 %files devel
 %doc doc/index.html
@@ -58,6 +57,8 @@
 %doc doc/stream.png
 /usr/include/ogg/ogg.h
 /usr/include/ogg/os_types.h
+/usr/include/ogg/config_types.h
+/usr/lib/libogg.a
 
 %clean 
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

1.1                  ogg/win32/Makefile.am

Index: Makefile.am
===================================================================
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = ogg.def ogg_dynamic.dsp ogg_static.dsp

--- >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