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/NoteController.cs \
../Common/SetupController.cs \ ../Common/SetupController.cs \
../Common/StatusIconController.cs \ ../Common/StatusIconController.cs \
Userinterface/About.cs \ About.cs \
Userinterface/Bubbles.cs \ Bubbles.cs \
Userinterface/EventLog.cs \ EventLog.cs \
Userinterface/Note.cs \ Note.cs \
Userinterface/Setup.cs \ Setup.cs \
Userinterface/SetupWindow.cs \ SetupWindow.cs \
Userinterface/StatusIcon.cs \ StatusIcon.cs \
Userinterface/UserInterface.cs \ UserInterface.cs \
Userinterface/UserInterfaceHelpers.cs \ UserInterfaceHelpers.cs \
Controller.cs Controller.cs
include $(top_srcdir)/build/build.mk include $(top_srcdir)/build/build.mk