mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Fixed miscategorization of an executable in Makefile: SCRIPTS->PROGRAMS.
This commit is contained in:
@@ -2,7 +2,7 @@ SUBDIRS = help images lib-src po src tests
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
bin_SCRIPTS = audacity$(EXEEXT)
|
||||
bin_PROGRAMS = audacity$(EXEEXT)
|
||||
|
||||
dist_doc_DATA = LICENSE.txt README.txt
|
||||
dist_pkgdata_DATA = presets/EQDefaultCurves.xml
|
||||
|
Reference in New Issue
Block a user