build: Sort list in makefile

This commit is contained in:
Hylke Bons 2013-10-10 17:14:58 +02:00
parent 897b4b4f02
commit 79bc65c429

View file

@ -12,6 +12,7 @@ endif
SOURCES = \ SOURCES = \
../Program.cs \ ../Program.cs \
../SparkleAboutController.cs \ ../SparkleAboutController.cs \
../SparkleAvatars.cs \
../SparkleBubblesController.cs \ ../SparkleBubblesController.cs \
../SparkleControllerBase.cs \ ../SparkleControllerBase.cs \
../SparkleEventLogController.cs \ ../SparkleEventLogController.cs \
@ -22,7 +23,6 @@ SOURCES = \
../SparkleSetupController.cs \ ../SparkleSetupController.cs \
../SparkleStatusIconController.cs \ ../SparkleStatusIconController.cs \
SparkleAbout.cs \ SparkleAbout.cs \
../SparkleAvatars.cs \
SparkleBubbles.cs \ SparkleBubbles.cs \
SparkleController.cs \ SparkleController.cs \
SparkleEventLog.cs \ SparkleEventLog.cs \