From 8fa80a09047f159407872a067c6b0ab0447a239e Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 19 Mar 2010 21:11:27 +0000 Subject: install the lua plugins in the application bundle. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2209 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3