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

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

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

AM_CFLAGS       = -Wall -ansi -pedantic

LDADD           = -lmytap

noinst_PROGRAMS = basic.t

basic_t_SOURCES = basic.t.c

all: $(noinst_PROGRAMS)