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/minilzo/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lzo/minilzo/Makefile.am (limited to 'lzo/minilzo/Makefile.am') diff --git a/lzo/minilzo/Makefile.am b/lzo/minilzo/Makefile.am new file mode 100644 index 00000000..4b3693c9 --- /dev/null +++ b/lzo/minilzo/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to create Makefile.in +# +# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer +# + +AM_CPPFLAGS = -DMINILZO_HAVE_CONFIG_H +INCLUDES = -I$(top_srcdir)/include/lzo -I$(top_srcdir)/include + +noinst_PROGRAMS = testmini + +testmini_SOURCES = testmini.c minilzo.c + +EXTRA_DIST = README.LZO Makefile.minilzo minilzo.h + -- cgit v1.2.3