From be790734fd98c5d41addce9d0609ab51d0df5be0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 14 Apr 2002 22:17:50 +0000 Subject: [PATCH] Fixed failed make when running "make distclean" --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40352 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e9a8f5b7..928c96434 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = src include docs ## here, as well as have a Makefile generated at the end of configure.in ## ## This only works for subdirectories one level deep. -DIST_SUBDIRS = $(SUBDIRS) docs +DIST_SUBDIRS = $(SUBDIRS) # SDL runtime configuration script bin_SCRIPTS = sdl-config