From dc5c27558cf873bfce31c51f8c22f18e2f80eeba Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Fri, 18 Dec 2009 02:27:14 -0800 Subject: [PATCH] Ensure that all objects for the plugin are built with -fPIC --- config-ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5