Mercurial > sdl-ios-xcode
comparison src/joystick/Makefile.am @ 278:dcd9f7b50a1c
Added support for joysticks on *BSD (thanks Wilbern!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Feb 2002 01:24:08 +0000 |
parents | 37e3ca9254c7 |
children | 8a86bdf34f0f |
comparison
equal
deleted
inserted
replaced
277:255c7ee077cb | 278:dcd9f7b50a1c |
---|---|
3 | 3 |
4 noinst_LTLIBRARIES = libjoystick.la | 4 noinst_LTLIBRARIES = libjoystick.la |
5 | 5 |
6 # Define which subdirectories need to be built | 6 # Define which subdirectories need to be built |
7 SUBDIRS = @JOYSTICK_SUBDIRS@ | 7 SUBDIRS = @JOYSTICK_SUBDIRS@ |
8 DIST_SUBDIRS = dummy amigaos beos darwin linux macos win32 | 8 DIST_SUBDIRS = dummy amigaos beos bsd darwin linux macos win32 |
9 | 9 |
10 DRIVERS = @JOYSTICK_DRIVERS@ | 10 DRIVERS = @JOYSTICK_DRIVERS@ |
11 | 11 |
12 # Include the architecture-independent sources | 12 # Include the architecture-independent sources |
13 COMMON_SRCS = \ | 13 COMMON_SRCS = \ |