mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 13:43:22 +00:00
(fix) moved SOGoDirectAction from CommonUI to SOGoUI
This commit is contained in:
@@ -17,7 +17,8 @@ libSOGoUI_HEADER_FILES += \
|
||||
\
|
||||
UIxJSClose.h \
|
||||
UIxComponent.h \
|
||||
SOGoAptFormatter.h
|
||||
SOGoAptFormatter.h \
|
||||
SOGoDirectAction.h
|
||||
|
||||
libSOGoUI_OBJC_FILES += \
|
||||
\
|
||||
@@ -25,8 +26,9 @@ libSOGoUI_OBJC_FILES += \
|
||||
UIxComponent.m \
|
||||
UIxModuleAccessDenied.m \
|
||||
SOGoAptFormatter.m \
|
||||
SOGoACLAdvisory.m \
|
||||
SOGoFolderAdvisory.m
|
||||
SOGoACLAdvisory.m \
|
||||
SOGoFolderAdvisory.m \
|
||||
SOGoDirectAction.m
|
||||
|
||||
# make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user