aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-19 21:11:27 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-03-19 21:11:27 +0000
commit8fa80a09047f159407872a067c6b0ab0447a239e (patch)
treeec95eb2eabd30e641eb72142e31fa4697b4613cd /Makefile.in
parent09f978510bb208dbd332c8cfdeff68e2bbd5f6f2 (diff)
downloadusdx-8fa80a09047f159407872a067c6b0ab0447a239e.tar.gz
usdx-8fa80a09047f159407872a067c6b0ab0447a239e.tar.xz
usdx-8fa80a09047f159407872a067c6b0ab0447a239e.zip
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
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