Skip to content

Commit 7a746d5

Browse files
fix for make distcheck
1 parent e21f10f commit 7a746d5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

unittest/examples/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
2-
AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
1+
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
2+
-I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include
33

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

unittest/mytap/t/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
3-
AM_CPPFLAGS += -I$(srcdir)/..
2+
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(srcdir)/.. -I$(top_srcdir)/include
43

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

0 commit comments

Comments
 (0)