mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-09 12:22:51 +01:00
Removed references to obsoleted 'soundtouch-1.4.pc.in' replacing these with 'soundtouch.pc.in'
This commit is contained in:
parent
c045c24e80
commit
a0a7b369c4
@ -52,7 +52,7 @@ EXTRA_DIST= \
|
||||
README.html
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = soundtouch-1.4.pc
|
||||
pkgconfig_DATA = soundtouch.pc
|
||||
|
||||
## This removes stuff from the distribution which may be present
|
||||
## from a cvs checkout or other build reasons
|
||||
|
@ -129,7 +129,7 @@ AC_CONFIG_FILES([
|
||||
])
|
||||
|
||||
AC_OUTPUT(
|
||||
soundtouch-1.4.pc
|
||||
soundtouch.pc
|
||||
)
|
||||
|
||||
dnl use 'echo' to put stuff here if you want a message to the builder
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This file is obsoleted but provided for backwards compatibility
|
||||
# with legacy package environments
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
Loading…
Reference in New Issue
Block a user