blob: ae3961a9778e4535d9e0b07ffda3560f34e5eaf7 (
plain)
1
2
3
4
5
|
AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
INCLUDES = -I$(top_srcdir)/include
sbin_PROGRAMS = splat
splat_SOURCES = splat.c
splat_LDFLAGS = $(top_builddir)/src/lib/libcommon.la
|