aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Makefile.am')
-rw-r--r--cmd/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am
new file mode 100644
index 000000000..ae3961a97
--- /dev/null
+++ b/cmd/Makefile.am
@@ -0,0 +1,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