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

Ed oddsock at xiph.org
Thu Jan 29 16:17:27 PST 2004



oddsock     04/01/29 19:17:27

  Modified:    .        Makefile.am configure.in
               include  Makefile.am
  Added:       win32    Makefile.am
  Log:
  added appropriate win32 files to the automake Makefiles for inclusion in distributions

Revision  Changes    Path
1.23      +1 -1      libshout/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile.am	4 Aug 2003 08:27:58 -0000	1.22
+++ Makefile.am	30 Jan 2004 00:17:26 -0000	1.23
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = 1.6 foreign
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = include src examples debian doc
+SUBDIRS = include src examples debian doc win32
 
 EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
         m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \

<p><p>1.67      +2 -2      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- configure.in	4 Aug 2003 08:27:58 -0000	1.66
+++ configure.in	30 Jan 2004 00:17:26 -0000	1.67
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.66 2003/08/04 08:27:58 keegan Exp $
+# $Id: configure.in,v 1.67 2004/01/30 00:17:26 oddsock Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -169,4 +169,4 @@
 AC_OUTPUT([Makefile debian/Makefile include/Makefile include/shout/Makefile
   include/shout/shout.h src/Makefile src/net/Makefile src/timing/Makefile
   src/thread/Makefile src/avl/Makefile src/httpp/Makefile doc/Makefile
-  examples/Makefile shout-config shout.pc])
+  examples/Makefile win32/Makefile shout-config shout.pc])

<p><p>1.3       +2 -0      libshout/include/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/include/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am	12 Jan 2003 09:03:03 -0000	1.2
+++ Makefile.am	30 Jan 2004 00:17:26 -0000	1.3
@@ -3,3 +3,5 @@
 AUTOMAKE_OPTIONS = foreign
 
 SUBDIRS = shout
+
+EXTRA_DIST = os.h

<p><p>1.1                  libshout/win32/Makefile.am

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

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = libshout.dsp libshout.dsw

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