Search
lxdream.org :: lxdream/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.am
changeset 1024:c67f2d61ab97
prev1017:f94af28e38b7
next1053:7a9a5eef34ac
author nkeynes
date Sun Jun 28 08:06:22 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Fix debian/changelog formatting
file annotate diff log raw
1.1 --- a/Makefile.am Wed Jun 03 04:00:52 2009 +0000
1.2 +++ b/Makefile.am Sun Jun 28 08:06:22 2009 +0000
1.3 @@ -65,9 +65,11 @@
1.4 rm -rf $(BUNDLE)
1.5 mkdir -p $(BUNDLE)/Contents/MacOS
1.6 mkdir -p $(BUNDLE)/Contents/Resources
1.7 + mkdir -p $(BUNDLE)/Contents/Plugins
1.8 cp Info.plist $(BUNDLE)/Contents
1.9 cp $(srcdir)/lxdreamrc $(BUNDLE)/Contents/Resources
1.10 cp src/lxdream $(BUNDLE)/Contents/MacOS
1.11 + cp -R src/*.dylib $(BUNDLE)/Contents/Plugins
1.12 cp -R $(srcdir)/pixmaps/* $(BUNDLE)/Contents/Resources
1.13 $(srcdir)/bundlelibs.pl $(BUNDLE)/Contents/MacOS/lxdream $(BUNDLE)/Contents/Frameworks
1.14 for cat in $(CATALOGS); do \
.