aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/agentx/Makefile.am1
-rw-r--r--plugins/agentx/Makefile.common8
2 files changed, 9 insertions, 0 deletions
diff --git a/plugins/agentx/Makefile.am b/plugins/agentx/Makefile.am
index fd7838e125..7ec14fd620 100644
--- a/plugins/agentx/Makefile.am
+++ b/plugins/agentx/Makefile.am
@@ -37,6 +37,7 @@ agentx_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
agentx_la_LDFLAGS = -module -avoid-version
agentx_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/agentx/Makefile.common b/plugins/agentx/Makefile.common
index ce510465ba..b86e0e2a6f 100644
--- a/plugins/agentx/Makefile.common
+++ b/plugins/agentx/Makefile.common
@@ -29,3 +29,11 @@ PLUGIN_NAME = agentx
# the dissector sources (without any helpers)
DISSECTOR_SRC = \
packet-agentx.c
+
+# corresponding headers
+DISSECTOR_INCLUDES =
+
+# Dissector helpers. They're included in the source files in this
+# directory, but they're not dissectors themselves, i.e. they're not
+# used to generate "plugin.c".
+DISSECTOR_SUPPORT_SRC =