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

Karl Heyes karl at xiph.org
Tue Jul 1 16:50:27 PDT 2003



karl        03/07/01 19:50:27

  Modified:    .        Makefile.am
               src      Makefile.am
  Log:
  build cleanup

Revision  Changes    Path
1.8       +1 -1      ices/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am	31 Mar 2003 20:58:08 -0000	1.7
+++ Makefile.am	1 Jul 2003 23:50:26 -0000	1.8
@@ -5,7 +5,7 @@
 
 SUBDIRS = src conf
 
-EXTRA_DIST = README AUTHORS COPYING TODO m4
+EXTRA_DIST = README AUTHORS COPYING TODO m4/shout.m4 m4/vorbis.m4 m4/ogg.m4
 
 # SCCS Definitions (for BitKeeper)
 GET = true

<p><p>1.21      +3 -3      ices/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ices/src/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile.am	1 Jul 2003 16:36:36 -0000	1.20
+++ Makefile.am	1 Jul 2003 23:50:27 -0000	1.21
@@ -2,9 +2,10 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = avl log net thread timing
+SUBDIRS = log
 
 bin_PROGRAMS = ices
+AM_CPPFLAGS = @XIPH_CPPFLAGS@
 AM_CFLAGS = @XIPH_CFLAGS@
 
 EXTRA_ices_SOURCES = im_oss.c im_sun.c im_alsa.c
@@ -25,8 +26,7 @@
 
 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 thread/libicethread.la \
-    avl/libiceavl.la timing/libicetiming.la @ALSA_LIBS@
+ices_LDADD = log/libicelog.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