Mercurial > sdl-ios-xcode
comparison src/joystick/darwin/Makefile.am @ 196:c4c4b221a5e5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 21:58:52 +0000 |
parents | 37e3ca9254c7 |
children |
comparison
equal
deleted
inserted
replaced
195:3669d47b07d3 | 196:c4c4b221a5e5 |
---|---|
4 noinst_LTLIBRARIES = libjoystick_darwin.la | 4 noinst_LTLIBRARIES = libjoystick_darwin.la |
5 libjoystick_darwin_la_SOURCES = $(SRCS) | 5 libjoystick_darwin_la_SOURCES = $(SRCS) |
6 | 6 |
7 # The SDL joystick driver sources | 7 # The SDL joystick driver sources |
8 SRCS = SDL_sysjoystick.c | 8 SRCS = SDL_sysjoystick.c |
9 | |
10 AM_CPPFLAGS = -no-cpp-precomp -I/System/Library/Frameworks/Kernel.framework/Headers/ |