mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01:00
Update twolame to 0.3.13.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
ACLOCAL_AMFLAGS = -I build-scripts
|
||||
|
||||
SUBDIRS = libtwolame frontend simplefrontend doc
|
||||
SUBDIRS = libtwolame frontend simplefrontend doc tests
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = twolame.pc
|
||||
|
||||
INDENT = indent -npro -kr -nsob -fca -blf -ip1 -hnl -l100 -lc100 -nut -ts4 -v
|
||||
indent:
|
||||
find $(top_srcdir) -type f -name "*.[ch]" -print -exec $(INDENT) {} ';'
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
@@ -17,5 +21,4 @@ EXTRA_DIST = \
|
||||
win32/libtwolame_static.vcproj \
|
||||
win32/winutil.h
|
||||
|
||||
#tell aclocal where extra macros can be found
|
||||
ACLOCAL_AMFLAGS = -I build/m4
|
||||
test: check
|
||||
|
||||
Reference in New Issue
Block a user