mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Explicitly list asn1.spicy
as spicy-ldap source
This will lead to the file being installed so it can be consumed by other parsers.
This commit is contained in:
parent
6e87f49ca8
commit
cfe24189f2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
spicy_add_analyzer(
|
spicy_add_analyzer(
|
||||||
NAME LDAP
|
NAME LDAP
|
||||||
PACKAGE_NAME spicy-ldap
|
PACKAGE_NAME spicy-ldap
|
||||||
SOURCES ldap.spicy ldap.evt)
|
SOURCES ldap.spicy ldap.evt asn1.spicy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue