[xiph-cvs] cvs commit: ices/src Makefile.am

Ralph Giles giles at xiph.org
Mon Jul 7 17:44:14 PDT 2003



giles       03/07/07 20:44:14

  Modified:    .        configure.in
               src      Makefile.am
  Log:
  add the avl liblet to the build. ices works again.

Revision  Changes    Path
1.29      +1 -0      ices/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- configure.in	8 Jul 2003 00:30:50 -0000	1.28
+++ configure.in	8 Jul 2003 00:44:13 -0000	1.29
@@ -151,4 +151,5 @@
    src/log/Makefile 
    src/timing/Makefile
    src/thread/Makefile
+   src/avl/Makefile
 )

<p><p>1.27      +6 -2      ices/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/src/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile.am	8 Jul 2003 00:30:51 -0000	1.26
+++ Makefile.am	8 Jul 2003 00:44:14 -0000	1.27
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign 1.6
 
-SUBDIRS = log timing thread
+SUBDIRS = log timing thread avl
 
 bin_PROGRAMS = ices
 AM_CPPFLAGS = @XIPH_CPPFLAGS@
@@ -26,7 +26,11 @@
 
 ices_SOURCES = input.c cfgparse.c stream.c ices.c signals.c im_playlist.c reencode.c encode.c playlist_basic.c im_stdinpcm.c stream_shared.c metadata.c playlist_script.c audio.c resample.c $(oss) $(sun) $(alsa)
 
-ices_LDADD = log/libicelog.la timing/libicetiming.la thread/libicethread.la @ALSA_LIBS@ @XIPH_LIBS@
+ices_LDADD = log/libicelog.la \
+             timing/libicetiming.la \
+             thread/libicethread.la \
+             avl/libiceavl.la \
+             @ALSA_LIBS@ @XIPH_LIBS@
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<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