summaryrefslogtreecommitdiffhomepage
path: root/plugin/Makefile
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@slbdata.se>2011-01-09 00:06:58 +0100
committerSamuel Lidén Borell <samuel@slbdata.se>2011-01-09 00:06:58 +0100
commit935500ace7d2ee844534feb724047ccb8d6286e6 (patch)
treeb18751a736da4ee0731bafdfdc7879d18b7c017e /plugin/Makefile
parentc2d8c4700ad83fe3f406591a9d013569f7ce80a1 (diff)
downloadfribid-935500ace7d2ee844534feb724047ccb8d6286e6.tar.gz
fribid-935500ace7d2ee844534feb724047ccb8d6286e6.tar.bz2
fribid-935500ace7d2ee844534feb724047ccb8d6286e6.zip
Update the make dependencies
Diffstat (limited to 'plugin/Makefile')
-rw-r--r--plugin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/Makefile b/plugin/Makefile
index 37d1c40..ee12b7d 100644
--- a/plugin/Makefile
+++ b/plugin/Makefile
@@ -35,11 +35,11 @@ OBJECTS=ipc.o npmain.o npobject.o plugin.o pluginutil.o pipe.o npn_gate.o np_ent
all: libfribidplugin.so
-ipc.o: ../common/defines.h ../common/pipe.h plugin.h
-npmain.o: ../common/defines.h npobject.h plugin.h
-npobject.o: npobject.h plugin.h pluginutil.h
+ipc.o: ../common/defines.h ../common/pipe.h ../common/bidtypes.h plugin.h
+npmain.o: ../common/defines.h ../common/bidtypes.h npobject.h plugin.h
+npobject.o: ../common/bidtypes.h npobject.h plugin.h pluginutil.h
pipe.o: ../common/pipe.h ../common/pipe.c
-plugin.o: ../common/biderror.h plugin.h
+plugin.o: ../common/biderror.h ../common/bidtypes.h plugin.h
pluginutil.o: pluginutil.h
np_entry.o: ../npapi/np_entry.c
npn_gate.o: ../npapi/npn_gate.c