summaryrefslogtreecommitdiff
path: root/src/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Makefile')
-rw-r--r--src/plugins/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/Makefile b/src/plugins/Makefile
index d7b6f4573..71cb6ec3a 100644
--- a/src/plugins/Makefile
+++ b/src/plugins/Makefile
@@ -42,5 +42,9 @@ clean:
sample.$(PLUGINEXT): sample.c $(COMMON_H)
sig.$(PLUGINEXT): sig.c $(COMMON_H)
+ $(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \
+ ../common/obj/showmsg.o
+ @touch $@
+
pid.$(PLUGINEXT): pid.c $(COMMON_H)
gui.$(PLUGINEXT): gui.c $(COMMON_H)