linux: Fix build

This commit is contained in:
Hylke Bons 2017-03-12 14:12:26 +00:00
parent 22a7419c40
commit 9f7c638b16
9 changed files with 9 additions and 9 deletions

View file

@ -19,15 +19,15 @@ SOURCES = \
../Common/NoteController.cs \
../Common/SetupController.cs \
../Common/StatusIconController.cs \
Userinterface/About.cs \
Userinterface/Bubbles.cs \
Userinterface/EventLog.cs \
Userinterface/Note.cs \
Userinterface/Setup.cs \
Userinterface/SetupWindow.cs \
Userinterface/StatusIcon.cs \
Userinterface/UserInterface.cs \
Userinterface/UserInterfaceHelpers.cs \
About.cs \
Bubbles.cs \
EventLog.cs \
Note.cs \
Setup.cs \
SetupWindow.cs \
StatusIcon.cs \
UserInterface.cs \
UserInterfaceHelpers.cs \
Controller.cs
include $(top_srcdir)/build/build.mk