Tizen 2.0 Alpha
[toolchains/lzo.git] / lzotest / Makefile.am
1 ## Process this file with automake to create Makefile.in
2 #
3 # Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
4 #
5
6 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
7
8 noinst_PROGRAMS = lzotest
9
10 lzotest_SOURCES = lzotest.c
11 lzotest_LDADD = ../src/liblzo2.la
12 lzotest_DEPENDENCIES = ../src/liblzo2.la
13
14 EXTRA_DIST = asm.h db.h wrap.h wrapmisc.h mygetopt.ch mygetopt.h
15