]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Anais/GNUmakefile
changed "default.strings" to "Localizable.strings"
[scalable-opengroupware.org] / SOGo / UI / Anais / GNUmakefile
1 # GNUstep makefile
2
3 include ../common.make
4
5 BUNDLE_NAME = AnaisUI
6
7 AnaisUI_PRINCIPAL_CLASS = AnaisUIProduct
8
9 AnaisUI_LANGUAGES = English French
10
11 AnaisUI_OBJC_FILES +=                   \
12         AnaisUIProduct.m                \
13         AnaisSelector.m                 \
14         AnaisUidSelector.m              \
15         AnaisAttendeeSelector.m         \
16
17 AnaisUI_RESOURCE_FILES +=               \
18         Version                         \
19         product.plist                   \
20
21 #AnaisUI_RESOURCE_FILES +=              \
22 #       AnaisSelector.wox               \
23 #       AnaisUidSelector.wox            \
24 #       AnaisAttendeeSelector.wox
25
26 AnaisUI_LOCALIZED_RESOURCE_FILES +=     \
27         Localizable.strings             \
28
29 # make
30
31 -include GNUmakefile.preamble
32 include $(GNUSTEP_MAKEFILES)/bundle.make
33 -include GNUmakefile.postamble
34 include ../../fhsbundle.make