diff options
Diffstat (limited to 'cmd/Makefile.am')
-rw-r--r-- | cmd/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index d3d747797..3d1a39297 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,7 +1,10 @@ DEFAULT_INCLUDES = -I. -I.. -I../lib -AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow +AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow -D__USE_LARGEFILE64 + +sbin_PROGRAMS = spl splat + +spl_SOURCES = spl.c -sbin_PROGRAMS = splat splat_SOURCES = splat.c splat_LDFLAGS = $(top_builddir)/lib/libcommon.la |