summaryrefslogtreecommitdiff
path: root/unittest/mytap/t/Makefile.am
blob: 88f663c2a9e8ddba23a17da51d40d73951a039a7 (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$(srcdir)/..

AM_CFLAGS       = -Wall -ansi -pedantic

LDADD           = -lmytap

noinst_PROGRAMS = basic.t

basic_t_SOURCES = basic.t.c

all: $(noinst_PROGRAMS)