[xiph-cvs] cvs commit: ao/src/plugins/irix Makefile.am

Stan Seibert volsung at xiph.org
Thu Aug 7 08:37:39 PDT 2003



volsung     03/08/07 11:37:38

  Modified:    src/plugins/irix Makefile.am
  Log:
  Forgot a required lib on IRIX.  Closes bug 235.

Revision  Changes    Path
1.5       +1 -0      ao/src/plugins/irix/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/irix/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	29 Nov 2002 03:34:44 -0000	1.4
+++ Makefile.am	7 Aug 2003 15:37:38 -0000	1.5
@@ -20,6 +20,7 @@
 lib_LTLIBRARIES = $(irixltlibs)
 
 libirix_la_LDFLAGS = @PLUGIN_LDFLAGS@
+libirix_la_LIBADD = -laudio
 libirix_la_SOURCES = $(irixsources)
 
 EXTRA_DIST = ao_irix.c

<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