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

Peter Jones pjones at xiph.org
Tue Jan 1 22:56:36 PST 2002



pjones      02/01/01 22:56:35

  Modified:    src      Makefile.am
  Log:
  Make libdl explicit rather than implicit at run time.

Revision  Changes    Path
1.10      +1 -1      ao/src/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/src/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.am	2001/11/21 04:53:12	1.9
+++ Makefile.am	2002/01/02 06:56:35	1.10
@@ -8,7 +8,7 @@
 lib_LTLIBRARIES = libao.la
 
 libao_la_SOURCES = audio_out.c config.c ao_null.c ao_wav.c ao_au.c ao_raw.c ao_private.h
-libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
+libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@ -ldl
 
 
 debug:

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