Mercurial > sdl-ios-xcode
comparison src/main/macosx/Makefile.am @ 176:c9bc7f33d56f
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:58:28 +0000 |
parents | e92aa316c517 |
children | c151cfc43c07 |
comparison
equal
deleted
inserted
replaced
175:0fb1328d68c2 | 176:c9bc7f33d56f |
---|---|
13 SDLMain.nib/classes.nib \ | 13 SDLMain.nib/classes.nib \ |
14 SDLMain.nib/info.nib \ | 14 SDLMain.nib/info.nib \ |
15 SDLMain.nib/objects.nib \ | 15 SDLMain.nib/objects.nib \ |
16 Info.plist | 16 Info.plist |
17 endif | 17 endif |
18 | |
19 EXTRA_DIST = SDLMain.h SDLMain.m | |
20 | |
21 # The nib and exports directories need to be copied into place | |
22 # when building a distribution. | |
23 dist-hook: | |
24 (cd $(distdir) && rm -f $(BUILT_SOURCES)) | |
25 cp -rp SDLMain.nib $(distdir) | |
26 cp -rp exports $(distdir) | |
27 (cd $(distdir) && rm -rf `find . -name CVS`) |