diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /lzo/minilzo/Makefile.am |
Initial import
Diffstat (limited to 'lzo/minilzo/Makefile.am')
-rw-r--r-- | lzo/minilzo/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |