We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21f10f commit 7a746d5Copy full SHA for 7a746d5
2 files changed
unittest/examples/Makefile.am
@@ -1,5 +1,5 @@
1
-AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
2
-AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
+AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
+ -I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include
3
4
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
5
unittest/mytap/t/Makefile.am
@@ -1,6 +1,5 @@
-AM_CPPFLAGS += -I$(srcdir)/..
+AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(srcdir)/.. -I$(top_srcdir)/include
6
0 commit comments