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 = \
../Program.cs \
../SparkleAboutController.cs \
../SparkleAvatars.cs \
../SparkleBubblesController.cs \
../SparkleControllerBase.cs \
../SparkleEventLogController.cs \
@ -22,7 +23,6 @@ SOURCES = \
../SparkleSetupController.cs \
../SparkleStatusIconController.cs \
SparkleAbout.cs \
../SparkleAvatars.cs \
SparkleBubbles.cs \
SparkleController.cs \
SparkleEventLog.cs \