[xiph-cvs] cvs commit: vorbis/lib Makefile.am

Jack Moffitt jack at xiph.org
Thu Nov 2 12:13:07 PST 2000



jack        00/11/02 12:13:07

  Modified:    examples Tag: branch_beta3 Makefile.am
               lib      Tag: branch_beta3 Makefile.am
  Log:
  $(top_srcdir) may not be our top_srcdir if this is a subproject of some
  larger system

Revision  Changes    Path
No                   revision

No                   revision

1.3.2.2   +1 -1      vorbis/examples/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/Makefile.am,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- Makefile.am	2000/10/26 22:50:53	1.3.2.1
+++ Makefile.am	2000/11/02 20:13:06	1.3.2.2
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
 
 noinst_PROGRAMS = decoder_example encoder_example chaining_example\
                 vorbisfile_example seeking_example

No                   revision

No                   revision

1.2.2.2   +1 -1      vorbis/lib/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/Makefile.am,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- Makefile.am	2000/10/21 18:06:14	1.2.2.1
+++ Makefile.am	2000/11/02 20:13:07	1.2.2.2
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I../include
 
 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la
 

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