Merge branch 'release/0.0'
[allocwithin] / Makefile.am
1 # $Id$
2
3 ACLOCAL_AMFLAGS = -I m4
4 AM_CFLAGS = -Wall -Wextra
5
6 bin_PROGRAMS =
7 lib_LTLIBRARIES = liballocwithin.la
8 include_HEADERS = allocwithin.h
9 check_PROGRAMS = allocwithin_test
10 TESTS = allocwithin_test
11 EXTRA_DIST =
12 CLEANFILES =
13
14 # liballocwithin_la_HEADERS = allocwithin.h
15 liballocwithin_la_SOURCES = allocwithin.c
16 liballocwithin_la_LDFLAGS = -version-info 0:0:0
17
18 allocwithin_test_SOURCES = allocwithin.c
19 allocwithin_test_CPPFLAGS = -DTEST $(AM_CPPFLAGS)