Browse Source

fix for make distcheck

pull/374/head
unknown 20 years ago
parent
commit
dc3e7bdc87
  1. 4
      unittest/examples/Makefile.am
  2. 3
      unittest/mytap/t/Makefile.am

4
unittest/examples/Makefile.am

@ -1,5 +1,5 @@
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
-I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap

3
unittest/mytap/t/Makefile.am

@ -1,6 +1,5 @@
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
AM_CPPFLAGS += -I$(srcdir)/..
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(srcdir)/.. -I$(top_srcdir)/include
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap

Loading…
Cancel
Save