From: Steven Luo Date: Fri, 18 Dec 2009 10:27:14 +0000 (-0800) Subject: Ensure that all objects for the plugin are built with -fPIC X-Git-Tag: v3.0rc1~5 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=dc5c27558cf873bfce31c51f8c22f18e2f80eeba Ensure that all objects for the plugin are built with -fPIC --- diff --git a/config-ui/Makefile b/config-ui/Makefile index c88c3bf..74c894d 100644 --- a/config-ui/Makefile +++ b/config-ui/Makefile @@ -18,7 +18,7 @@ app_obj = $(APP).app.o $(other_obj) HILDON_APP = $(APP)-hildon happ_obj = $(APP).happ.o $(other_obj) PLUGIN = lib$(APP).so -plugin_obj = $(APP).plugin.o $(other_obj) +plugin_obj = $(APP).plugin.o ../configfile.plugin.o all: plugin plugin: $(PLUGIN)