Blame thirdparty/lzo/2.03/minilzo/Makefile.am
|
kusano |
7d535a |
## Process this file with automake to create Makefile.in
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
AM_CPPFLAGS = -DMINILZO_HAVE_CONFIG_H
|
|
kusano |
7d535a |
INCLUDES = -I$(top_srcdir)/include/lzo -I$(top_srcdir)/include
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
noinst_PROGRAMS = testmini
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
testmini_SOURCES = testmini.c minilzo.c
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
EXTRA_DIST = README.LZO Makefile.minilzo minilzo.h
|
|
kusano |
7d535a |
|