From 0393ba6656ce6cf679a2c4663275b3ed0f1a34b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 31 Jul 2014 12:09:49 +0200 Subject: Updated ics-openvpn to rev 859 + no 2nd notification. --- ics-openvpn-stripped/main/lzo/tests/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ics-openvpn-stripped/main/lzo/tests/Makefile.am (limited to 'ics-openvpn-stripped/main/lzo/tests/Makefile.am') diff --git a/ics-openvpn-stripped/main/lzo/tests/Makefile.am b/ics-openvpn-stripped/main/lzo/tests/Makefile.am new file mode 100644 index 00000000..08246b33 --- /dev/null +++ b/ics-openvpn-stripped/main/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