blob: 01afdcf2566d504ac3e9bcc169daed0792fdcd70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(top_srcdir)/config/Rules.am
DEFAULT_INCLUDES += \
-I$(top_srcdir)/lib
sbin_PROGRAMS = splat
splat_SOURCES = splat.c
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
EXTRA_DIST = splat.h
|