summaryrefslogtreecommitdiffstats
path: root/audio/esound/files/patch-aa
blob: 8c44e4fadbd502ac9943c40eec33c3a78b79261f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.in.orig	Wed Feb 24 22:23:07 1999
+++ Makefile.in	Mon Mar  1 19:45:21 1999
@@ -104,14 +104,14 @@
 libesd_la_SOURCES =  	esdlib.c		esdmgr.c		esdfile.c		audio.c
 
 
-libesd_la_LDFLAGS = -version-info @ESD_VERSION_INFO@
+libesd_la_LDFLAGS = -version-info 1:0: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 1:0:0
 
 libesddsp_la_LIBADD = @DL_LIB@ -lm
 
OpenPOWER on IntegriCloud