diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index c1e841dfe..fed6feec2 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -3,7 +3,8 @@ include $(top_srcdir)/config/Rules.am DEFAULT_INCLUDES += \ -I$(top_srcdir)/lib -sbin_PROGRAMS = spl splat +noinst_PROGRAMS = spl +sbin_PROGRAMS = splat spl_SOURCES = spl.c |