]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Contacts/GNUmakefile
changed "default.strings" to "Localizable.strings"
[scalable-opengroupware.org] / SOGo / UI / Contacts / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = ContactsUI
6
7 ContactsUI_PRINCIPAL_CLASS = ContactsUIProduct
8
9 ContactsUI_LANGUAGES = English French
10
11 ContactsUI_OBJC_FILES =                 \
12         ContactsUIProduct.m             \
13                                         \
14         UIxContactsListView.m           \
15         UIxContactsSelectionView.m      \
16         UIxContactView.m                \
17         UIxContactEditor.m              \
18         UIxContactSelector.m            \
19
20 ContactsUI_RESOURCE_FILES +=            \
21         Version                         \
22         product.plist                   \
23
24 ContactsUI_LOCALIZED_RESOURCE_FILES +=  \
25         Localizable.strings             \
26
27 # make
28
29 -include GNUmakefile.preamble
30 include $(GNUSTEP_MAKEFILES)/bundle.make
31 -include GNUmakefile.postamble
32 include ../../fhsbundle.make