mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
257 B
Makefile
8 lines
257 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES = libbinpac.a
|
|
|
|
libbinpac_a_SOURCES = \
|
|
binpac_buffer.cc binpac_bytestring.cc \
|
|
binpac.h binpac_analyzer.h binpac_buffer.h \
|
|
binpac_bytestring.h binpac_exception.h binpac_regex.h
|