[Tux4kids-commits] r1681 - tuxtype/trunk/src

David Bruce dbruce-guest at alioth.debian.org
Mon Dec 7 19:46:47 UTC 2009


Author: dbruce-guest
Date: 2009-12-07 19:46:47 +0000 (Mon, 07 Dec 2009)
New Revision: 1681

Modified:
   tuxtype/trunk/src/Makefile.am
Log:
sorted *.c and *.h files in src/Makefile.am

Modified: tuxtype/trunk/src/Makefile.am
===================================================================
--- tuxtype/trunk/src/Makefile.am	2009-12-07 19:46:41 UTC (rev 1680)
+++ tuxtype/trunk/src/Makefile.am	2009-12-07 19:46:47 UTC (rev 1681)
@@ -57,43 +57,44 @@
 tuxtype_LDFLAGS = $(LTLIBINTL)
 
 tuxtype_SOURCES = 	\
+	alphabet.c	\
+	audio.c		\
+	convert_utf.c	\
+	editor.c	\
+	laser.c		\
+	loaders.c	\
+	main.c		\
+	mysetenv.c	\
+	options.c	\
+	pause.c		\
+	pixels.c	\
 	playgame.c	\
-	main.c		\
-	titlescreen.c	\
-	loaders.c	\
-	setup.c		\
-	laser.c		\
-	alphabet.c	\
-	theme.c		\
 	practice.c	\
-	audio.c		\
-	snow.c		\
+	scandir.c	\
 	scripting.c	\
 	SDL_extras.c	\
-	pixels.c	\
-	pause.c		\
-	convert_utf.c	\
-	options.c	\
-	mysetenv.c	\
-	editor.c	\
-	scandir.c
+	setup.c		\
+	snow.c		\
+	theme.c		\
+	titlescreen.c
+TuxType_SOURCES  = $(tuxtype_SOURCES)
 
-TuxType_SOURCES  = $(tuxtype_SOURCES)
 # The rc file has something to do with the icon in Windows, IIRC
 #TuxType_SOURCES  = $(tuxtype_SOURCES) tuxtyperc.rc
 
-EXTRA_DIST = titlescreen.h \
-	playgame.h 	\
+EXTRA_DIST =		\
+	compiler.h	\
+	convert_utf.h	\
+	editor.h	\
+	funcs.h 	\
+	gettext.h	\
+	globals.h 	\
 	laser.h		\
-	globals.h 	\
-	funcs.h 	\
+	mysetenv.h	\
 	pixels.h	\
+	playgame.h 	\
+	scandir.h
 	scripting.h	\
 	SDL_extras.h	\
 	snow.h		\
-	convert_utf.h	\
-	gettext.h	\
-	compiler.h	\
-	mysetenv.h	\
-	editor.h	\
-	scandir.h
+        titlescreen.h \




More information about the Tux4kids-commits mailing list