20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
--- Makefile.in.orig Tue Oct 5 15:41:54 1999
|
|
+++ Makefile.in Fri Oct 8 00:14:10 1999
|
|
@@ -106,14 +106,14 @@
|
|
libesd_la_SOURCES = esdlib.c esdmgr.c esdfile.c esd_config.c audio.c
|
|
|
|
|
|
-libesd_la_LDFLAGS = -version-info @ESD_VERSION_INFO@
|
|
+libesd_la_LDFLAGS = -version-info 2:15:0
|
|
|
|
libesd_la_LIBADD = @AUDIOFILE_LIBS@ -lm
|
|
|
|
EXTRA_LTLIBRARIES = libesddsp.la
|
|
|
|
|
|
-libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info @ESD_VERSION_INFO@
|
|
+libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info 2:15:0
|
|
|
|
libesddsp_la_LIBADD = @DL_LIB@ -lm
|
|
|