diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e0a93079..0fa2ac4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -389,6 +389,9 @@ macosx-app: all # Copy the resources. $(MAKE) install-all INSTALL_DATADIR=$(macosx_bundle_path) bindir=$(macosx_bundle_path)/MacOS +# Copy the lua plugins. + $(MAKE) install-plugins INSTALL_DATADIR=$(macosx_bundle_path) bindir=$(macosx_bundle_path)/MacOS + # Create the song directory. $(MKDIR) $(macosx_bundle_path)/songs |