Ensure that all objects for the plugin are built with -fPIC
authorSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 10:27:14 +0000 (02:27 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 10:27:14 +0000 (02:27 -0800)
config-ui/Makefile

index c88c3bf..74c894d 100644 (file)
@@ -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)