aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-25 08:22:55 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-25 08:22:55 +0000
commite198ded29798600fd8f1a2a4c38e3449b2ee67e2 (patch)
tree4ee35f26d7725a0191ba5b71a4bf0890e63cc67c
parent2f08653337560833a7b1139eb5e945999e95f2c9 (diff)
downloadwireshark-e198ded29798600fd8f1a2a4c38e3449b2ee67e2.tar.gz
wireshark-e198ded29798600fd8f1a2a4c38e3449b2ee67e2.tar.bz2
wireshark-e198ded29798600fd8f1a2a4c38e3449b2ee67e2.zip
Include non-dissector support files in the source.
svn path=/trunk/; revision=17992
-rw-r--r--plugins/h223/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/h223/Makefile.am b/plugins/h223/Makefile.am
index 1839af0e4c..26e8bb7df1 100644
--- a/plugins/h223/Makefile.am
+++ b/plugins/h223/Makefile.am
@@ -33,6 +33,7 @@ h223_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
h223_la_LDFLAGS = -module -avoid-version
h223_la_LIBADD = @PLUGIN_LIBS@