mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01: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