mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
10 lines
256 B
Makefile
10 lines
256 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CFLAGS=@V_INCLS@
|
|
|
|
# Should use AM_ vars, but automake 1.5 errors out.
|
|
#AM_LDFLAGS = @LDFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
noinst_PROGRAMS = adtrace
|
|
adtrace_SOURCES = adtrace.c ether.h ethertype.h ip.h
|