32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Tue Apr 23 15:24:15 2002
|
|
+++ Makefile.in Wed Apr 24 18:24:39 2002
|
|
@@ -110,7 +110,7 @@
|
|
|
|
lib_LTLIBRARIES = libesd.la $(libesddsp_la)
|
|
|
|
-libesd_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
|
|
+libesd_la_LDFLAGS = -version-info 2:0:0
|
|
libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS)
|
|
|
|
libesd_la_SOURCES = esdlib.c esdmgr.c esdfile.c esd_config.c audio.c genrand.c genrand.h
|
|
@@ -120,7 +120,7 @@
|
|
AUDIO_BACKENDS = audio_aix.c audio_alsa.c audio_alsa09.c audio_hpux.c audio_irix.c audio_none.c audio_oss.c audio_mklinux.c audio_solaris.c
|
|
|
|
|
|
-libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
|
|
+libesddsp_la_LDFLAGS = -version-info 2:0:0
|
|
libesddsp_la_LIBADD = $(DL_LIB) -lm
|
|
|
|
libesddsp_la_SOURCES = esddsp.c
|
|
@@ -169,7 +169,7 @@
|
|
esdconfdir = $(sysconfdir)
|
|
esdconf_DATA = esd.conf
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = esound.pc
|
|
|
|
EXTRA_DIST = esddsp esound.pc.in esound.spec esound.spec.in esd-config.in esd.conf esd.m4 TIPS test-script test.wav getopt.h TODO MAINTAINERS $(AUDIO_BACKENDS)
|