comparison Makefile.am @ 351:b1cae30740a2

Fixed failed make when running "make distclean"
author Sam Lantinga <slouken@libsdl.org>
date Sun, 14 Apr 2002 22:17:50 +0000
parents eadc0746dfaf
children 3791ff65cddd
comparison
equal deleted inserted replaced
350:6dd188952b9e 351:b1cae30740a2
8 8
9 ## Any directories you want a part of the distribution should be listed 9 ## Any directories you want a part of the distribution should be listed
10 ## here, as well as have a Makefile generated at the end of configure.in 10 ## here, as well as have a Makefile generated at the end of configure.in
11 ## 11 ##
12 ## This only works for subdirectories one level deep. 12 ## This only works for subdirectories one level deep.
13 DIST_SUBDIRS = $(SUBDIRS) docs 13 DIST_SUBDIRS = $(SUBDIRS)
14 14
15 # SDL runtime configuration script 15 # SDL runtime configuration script
16 bin_SCRIPTS = sdl-config 16 bin_SCRIPTS = sdl-config
17 17
18 # All the rest of the distributed files 18 # All the rest of the distributed files