[xiph-cvs] cvs commit: icecast Makefile.am

Karl Heyes karl at xiph.org
Tue Feb 24 14:34:35 PST 2004



karl        04/02/24 17:34:35

  Modified:    .        Makefile.am
  Log:
  Add target for building icecast against static libs only

Revision  Changes    Path
1.11      +3 -0      icecast/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.am	12 Jan 2004 01:34:07 -0000	1.10
+++ Makefile.am	24 Feb 2004 22:34:34 -0000	1.11
@@ -17,3 +17,6 @@
 
 profile:
         $(MAKE) all CFLAGS="@PROFILE@"
+
+static:
+	$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"

<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