1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Steve Daulton's for multiply-renamed bug 571

This commit is contained in:
v.audacity 2012-08-20 21:15:58 +00:00
parent c85406d2d3
commit fe1838850f

View File

@ -12,7 +12,7 @@ AUDACITY_DIR ?=
# NOTE: Set to the names of your objects and final module name # NOTE: Set to the names of your objects and final module name
# #
OBJS = NyqBench.o OBJS = NyqBench.o
MOD = NyqBench.so MOD = mod-nyq-bench.so
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# NOTE: Set any custom flags you may need # NOTE: Set any custom flags you may need