From 3d4b3f2784f81915637efd7c86bd8d143c4b34cf Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 1 Jun 2012 14:44:35 +0000 Subject: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefile.common is changed svn path=/trunk/; revision=42972 --- plugins/unistim/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/unistim') diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am index 5ee3b9b5b3..8f4f5c49c0 100644 --- a/plugins/unistim/Makefile.am +++ b/plugins/unistim/Makefile.am @@ -81,7 +81,7 @@ LIBS = # a plugin.c file for a plugin. # All subsequent arguments are the files to scan. # -plugin.c: $(DISSECTOR_SRC) $(top_srcdir)/tools/make-dissector-reg \ +plugin.c: $(DISSECTOR_SRC) Makefile.common $(top_srcdir)/tools/make-dissector-reg \ $(top_srcdir)/tools/make-dissector-reg.py @if test -n "$(PYTHON)"; then \ echo Making plugin.c with python ; \ -- cgit v1.2.1