Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.

Adding asn1.[ch] to the correct makefile symbols.

svn path=/trunk/; revision=20379
This commit is contained in:
Jaap Keuter 2007-01-10 20:19:16 +00:00
parent 5cb1da7f22
commit d2d3148e00
2 changed files with 12 additions and 1 deletions

View File

@ -33,6 +33,7 @@ asn1_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
asn1_la_LDFLAGS = -module -avoid-version
asn1_la_LIBADD = @PLUGIN_LIBS@

View File

@ -28,4 +28,14 @@ PLUGIN_NAME = asn1
# the dissector sources (without any helpers)
DISSECTOR_SRC = \
packet-asn1.c asn1.c
packet-asn1.c
# corresponding headers
DISSECTOR_INCLUDES = \
asn1.h
# 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 "register.c").
DISSECTOR_SUPPORT_SRC = \
asn1.c