summaryrefslogtreecommitdiff
path: root/unittest/mysys/Makefile.am
blob: 7cfc8175024aab4db40e4d9845661dd97a4c31be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

AM_CPPFLAGS      = @ZLIB_INCLUDES@ -I$(top_builddir)/include 
AM_CPPFLAGS     += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap

AM_LDFLAGS       = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys
AM_LDFLAGS      += -L$(top_builddir)/strings -L$(top_builddir)/dbug

LDADD            = -lmytap -lmysys -lmystrings -ldbug

noinst_PROGRAMS  = bitmap.t base64.t

bitmap_t_SOURCES = bitmap.t.c

base64_t_SOURCES = base64.t.c