diff options
Diffstat (limited to 'unittest/mytap/t/Makefile.am')
-rw-r--r-- | unittest/mytap/t/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am index 88f663c2a9e..b8e140832a6 100644 --- a/unittest/mytap/t/Makefile.am +++ b/unittest/mytap/t/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include AM_CPPFLAGS += -I$(srcdir)/.. -AM_LDFLAGS = -L$(srcdir)/.. +AM_LDFLAGS = -L$(top_builddir)/unittest/mytap AM_CFLAGS = -Wall -ansi -pedantic |