comparison src/Makefile.am @ 740:e70f80e98f60

Actually hook the cpuinfo module into the library. :)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 18 Nov 2003 02:16:57 +0000
parents dac996d69abb
children 450721ad5436
comparison
equal deleted inserted replaced
739:22dbf364c017 740:e70f80e98f60
5 CORE_SUBDIRS = \ 5 CORE_SUBDIRS = \
6 main 6 main
7 7
8 # These are the subdirectories which may be built 8 # These are the subdirectories which may be built
9 EXTRA_SUBDIRS = \ 9 EXTRA_SUBDIRS = \
10 audio video events joystick cdrom thread timer endian file hermes 10 audio video events joystick cdrom thread timer endian file cpuinfo hermes
11 11
12 # These are the subdirectories which will be built now 12 # These are the subdirectories which will be built now
13 SUBDIRS = $(CORE_SUBDIRS) @SDL_EXTRADIRS@ 13 SUBDIRS = $(CORE_SUBDIRS) @SDL_EXTRADIRS@
14 14
15 # These are the subdirectories which will be distributed with "make dist" 15 # These are the subdirectories which will be distributed with "make dist"