Commit 9dbf9e71 authored by Sam Lantinga's avatar Sam Lantinga

Hack workaround to fix MacOS X install problems

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40219
parent 008e9d42
......@@ -4,6 +4,9 @@
# experience knows how to do this properly?
if TARGET_MACOSX
hackhacknibdatadir = $(nibdatadir)/SDLMain.nib
hackhacknibdata_DATA = info.nib
nibdatadir = $(datadir)/sdl
nibdata_DATA = \
SDLMain.nib/classes.nib \
......@@ -12,12 +15,11 @@ nibdata_DATA = \
Info.plist
endif
EXTRA_DIST = SDLMain.h SDLMain.m
EXTRA_DIST = SDLMain.h SDLMain.m info.nib
# The nib and exports directories need to be copied into place
# when building a distribution.
dist-hook:
(cd $(distdir) && rm -f $(BUILT_SOURCES))
cp -rp SDLMain.nib $(distdir)
cp -rp exports $(distdir)
(cd $(distdir) && rm -rf `find . -name CVS`)
// This is just a stub file to force automake to create the install directory
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment