blob: 97b646e8e7b18fbdb92a2a96589bcc141bd52143 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Makefile.am for the darwin/MacOS X joystick driver for SDL
noinst_LTLIBRARIES = libjoystick_darwin.la
libjoystick_darwin_la_SOURCES = $(SRCS)
# The SDL joystick driver sources
SRCS = SDL_sysjoystick.c
AM_CPPFLAGS = -no-cpp-precomp -I/System/Library/Frameworks/Kernel.framework/Headers/
|