From 27594eeae6f40a402bc3110f06d57975168e74e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 4 Jun 2015 19:20:15 +0200 Subject: ics-openvpn as a submodule! beautiful ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner. --- app/lzo/tests/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/lzo/tests/Makefile.am (limited to 'app/lzo/tests/Makefile.am') diff --git a/app/lzo/tests/Makefile.am b/app/lzo/tests/Makefile.am deleted file mode 100644 index 08246b33..00000000 --- a/app/lzo/tests/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -## 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