Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 429 Bytes

Makefile.am

File metadata and controls

17 lines (15 loc) · 429 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# On OS X, install the SDLMain.nib.
# We use an ugly hack to force the creation of the
# destination dir, maybe somebody with more automake
# experience knows how to do this properly?
if TARGET_MACOSX
masternibdatadir = $(datadir)/sdl/SDLMain.nib
masternibdata_DATA = \
SDLMain.nib
nibdatadir = $(datadir)/sdl
nibdata_DATA = \
SDLMain.nib/classes.nib \
SDLMain.nib/info.nib \
SDLMain.nib/objects.nib \
Info.plist
endif