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

Jack Moffitt jack at xiph.org
Wed Nov 8 16:53:45 PST 2000



jack        00/11/08 16:53:45

  Modified:    lib      Makefile.am
  Log:
  this makes everythin happy :)
  
  except you need the cvs libtool now

Revision  Changes    Path
1.7       +2 -2      vorbis/lib/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am	2000/11/08 19:39:05	1.6
+++ Makefile.am	2000/11/09 00:53:45	1.7
@@ -19,11 +19,11 @@
 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
 
 libvorbisfile_la_SOURCES = vorbisfile.c
-#libvorbisfile_la_LIBADD = -L$(top_srcdir)/lib/.libs -lvorbis
+libvorbisfile_la_LIBADD = libvorbis.la
 libvorbisfile_la_LDFLAGS = -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
 
 libvorbisenc_la_SOURCES = vorbisenc.c
-#libvorbisenc_la_LIBADD = -L$(top_srcdir)/lib/.libs -lvorbis
+libvorbisenc_la_LIBADD = libvorbis.la
 libvorbisenc_la_LDFLAGS = -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
 
 EXTRA_PROGRAMS = barkmel tone psytune

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