]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/SOGoUI/GNUmakefile
Added "AnaisUI" bundle, new formatter for SOGoUI, various enhancements
[scalable-opengroupware.org] / SOGo / UI / SOGoUI / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 LIBRARY_NAME = libSOGoUI
6
7 libSOGoUI_HEADER_FILES_DIR         = .
8 libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
9
10 libSOGoUI_HEADER_FILES +=   \
11         UIxComponent.h      \
12         SOGoDateFormatter.h \
13
14 libSOGoUI_OBJC_FILES +=     \
15         UIxComponent.m      \
16         SOGoDateFormatter.m \
17
18 # make
19
20 -include GNUmakefile.preamble
21 include $(GNUSTEP_MAKEFILES)/library.make
22 -include GNUmakefile.postamble