1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Actually include the 2.1.0 sbsms library

This commit is contained in:
Leland Lucius
2021-02-01 10:19:33 -06:00
parent a5609e44d0
commit 25ab87168d
73 changed files with 713 additions and 1598 deletions

View File

@@ -0,0 +1,17 @@
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sbsms.pc
#tell aclocal that extra macros can be found in m4/
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
build/macosx.sh \
win/config.h \
win/sbsms/sbsms.ICO \
win/sbsms/sbsms.rc \
win/sbsms/sbsms.sln \
win/sbsms/sbsms.vcproj \
win/sbsms/sbsms.wxs \
$(NULL)