~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/localization/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
src/c/InitializeLocalization.c \
13
13
src/c/setgetlanguage.c \
14
14
src/c/getLcidString.c \
15
 
src/c/charEncoding.c
 
15
src/c/charEncoding.c \
 
16
src/c/setdefaultlanguage.c
16
17
 
17
18
if NEED_JAVA
18
19
LOCALIZATION_C_SOURCES+=src/jni/Messages_wrap.c \
19
 
src/jni/LocaleToLCID_wrap.c
 
20
src/jni/LocaleToLCID_wrap.c \
 
21
src/jni/setdefaultlanguage_wrap.c
20
22
endif
21
23
 
22
24
if IS_MACOSX
32
34
sci_gateway/c/sci_setdefaultlanguage.c
33
35
 
34
36
libscilocalization_la_CPPFLAGS = $(JAVA_JNI_INCLUDE) \
35
 
                                -I/sw/include \
36
37
                                -I$(srcdir)/includes/ \
37
38
                                -I$(srcdir)/src/c/ \
38
39
                                -I$(top_srcdir)/libs/MALLOC/includes/ \