diff options
author | Mika Westerberg <ext-mika.1.westerberg@nokia.com> | 2008-10-22 13:45:12 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-10-23 19:18:01 +0300 |
commit | b779e037736239d3b8005506b898456c66c11a2a (patch) | |
tree | 8f263a62211de3027407acb65fa0a376168a26f1 /preload/Makefile | |
parent | c611922af0c5cc54ffb7f4f5519d2ecbd8753b85 (diff) |
Introduced basic support for exec_policy based localization.
With this commit it is possible to instruct sb2 to load localization
files and message catalogs from specific path (for example under
target_root).
(Reviewed by Lauri T. Aarnio)
Diffstat (limited to 'preload/Makefile')
-rw-r--r-- | preload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/preload/Makefile b/preload/Makefile index fd0a3af..aa75461 100644 --- a/preload/Makefile +++ b/preload/Makefile @@ -1,4 +1,4 @@ -objs := wrappers.o libsb2.o sb_exec.o glob.o glob64.o +objs := wrappers.o libsb2.o sb_exec.o sb_l10n.o glob.o glob64.o ifeq ($(shell uname -s),Linux) LIBSB2_LDFLAGS = -Wl,-soname=$(LIBSB2_SONAME) \ @@ -24,7 +24,7 @@ $(D)/libsb2.$(SHLIBEXT): LIBS := -ldl -lm $(LIBSB2_LIBS) targets := $(targets) $(D)/libsb2.$(SHLIBEXT) -$(D)/libsb2.o $(D)/sb_exec.o: preload/exported.h +$(D)/libsb2.o $(D)/sb_l10n.o $(D)/sb_exec.o: preload/exported.h $(D)/exported.h $(D)/ldexportlist: preload/wrappers.c $(D)/wrappers.c: preload/interface.master preload/gen-interface.pl $(MKOUTPUTDIR) |