From b4799d701a7019eddfcf745c169cae10fd10a6ef Mon Sep 17 00:00:00 2001 From: Frank Weiler Date: Fri, 30 May 2008 14:59:28 +0000 Subject: [PATCH] adding DlgItemProperties to makefiles svn path=/workspaces/fweiler/boinc/; revision=15339 --- clientgui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index c7c9df59e2..05daf1d75d 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -54,6 +54,8 @@ boinc_gui_SOURCES = \ DlgAdvPreferences.cpp \ DlgAdvPreferencesBase.cpp \ DlgGenericMessage.cpp \ + DlgItemProperties.cpp \ + DlgItemPropertiesBase.cpp \ DlgOptions.cpp \ DlgSelectComputer.cpp \ hyperlink.cpp \