summaryrefslogtreecommitdiff
path: root/unittest/mytap/t/Makefile.am
blob: 948132783bc15ac90d43b8114afa2d44d0e5b635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

AM_CPPFLAGS     = -I$(srcdir) -I$(top_builddir)/include
AM_CPPFLAGS    += -I$(srcdir)/..

AM_LDFLAGS      = -L$(top_builddir)/unittest/mytap

LDADD           = -lmytap

noinst_PROGRAMS = basic.t

basic_t_SOURCES = basic.t.c

all: $(noinst_PROGRAMS)