diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-09-17 08:56:40 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-09-17 08:56:40 +0000 |
commit | a5120b22854286fd81f102117bbef7e338c110e2 (patch) | |
tree | 2dbd2d5d380bf51da6e07d52ffb30df5c122773f /tests | |
parent | 5a9cc8c06f5b5decce4b44edab8b335c3811150a (diff) | |
download | gnutls-a5120b22854286fd81f102117bbef7e338c110e2.tar.gz |
Fix objdir != srcdir in -I, reported by "Gerrit P. Haase"
<gp@familiehaase.de>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 07bfac8a51..efbcc1dab3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -AM_CPPFLAGS = -I../includes +AM_CPPFLAGS = -I../includes -I$(top_srcdir)/includes AM_LDFLAGS = -no-install LDADD = ../lib/libgnutls.la libutils.la |