From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- lzo/tests/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lzo/tests/Makefile.am (limited to 'lzo/tests/Makefile.am') diff --git a/lzo/tests/Makefile.am b/lzo/tests/Makefile.am new file mode 100644 index 00000000..08246b33 --- /dev/null +++ b/lzo/tests/Makefile.am @@ -0,0 +1,17 @@ +## Process this file with automake to create Makefile.in +# +# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer +# + +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) + +noinst_PROGRAMS = align chksum promote sizes + +align_SOURCES = align.c +chksum_SOURCES = chksum.c +promote_SOURCES = promote.c +sizes_SOURCES = sizes.c + +align_LDADD = ../src/liblzo2.la +chksum_LDADD = ../src/liblzo2.la + -- cgit v1.2.3