aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-05-14 16:48:17 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-05-14 16:48:17 +0000
commiteb6efdc4a419e3d2ff9bc7024249faf556bef7a3 (patch)
tree6c3479417c678095c27f0b97ee08709d61aee799
parent54082c6ed0307e0be8fc35bf415ac3207bca91cc (diff)
Synchronize Makefiles even more.
svn path=/trunk/; revision=32808
-rw-r--r--plugins/docsis/Makefile.am1
-rw-r--r--plugins/ethercat/Makefile.am1
-rw-r--r--plugins/gryphon/Makefile.am1
-rw-r--r--plugins/interlink/Makefile.am1
-rw-r--r--plugins/irda/Makefile.am1
-rw-r--r--plugins/unistim/Makefile.am1
6 files changed, 6 insertions, 0 deletions
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index afffc52165..9c5a90ccf2 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -37,6 +37,7 @@ docsis_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
docsis_la_LDFLAGS = -module -avoid-version
docsis_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index d51a97e518..f34cc49f43 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -37,6 +37,7 @@ ethercat_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
ethercat_la_LDFLAGS = -module -avoid-version
ethercat_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index 5289063f97..b04438c0af 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -39,6 +39,7 @@ gryphon_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
gryphon_la_LDFLAGS = -module -avoid-version
gryphon_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/interlink/Makefile.am b/plugins/interlink/Makefile.am
index 110709c6a8..f5fc4b9a79 100644
--- a/plugins/interlink/Makefile.am
+++ b/plugins/interlink/Makefile.am
@@ -39,6 +39,7 @@ interlink_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
interlink_la_LDFLAGS = -module -avoid-version
interlink_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/irda/Makefile.am b/plugins/irda/Makefile.am
index d172e6b374..4da6359188 100644
--- a/plugins/irda/Makefile.am
+++ b/plugins/irda/Makefile.am
@@ -37,6 +37,7 @@ irda_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
irda_la_LDFLAGS = -module -avoid-version
irda_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index 2e746d84b8..3b513569ef 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -38,6 +38,7 @@ unistim_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
unistim_la_LDFLAGS = -module -avoid-version
unistim_la_LIBADD = @PLUGIN_LIBS@