mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
11 lines
215 B
Makefile
11 lines
215 B
Makefile
SUBDIRS = src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = sbsms.pc
|
|
|
|
libtool: $(LIBTOOL_DEPS)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
#tell aclocal that extra macros can be found in m4/
|
|
ACLOCAL_AMFLAGS = -I m4
|