aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..08246b3
--- /dev/null
+++ b/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
+