diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-26 15:22:44 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-26 15:22:44 +0000 |
commit | ce5a9c37a668fb47223a5a3334ed1392a66c9cb3 (patch) | |
tree | 1312d803b0e1430d7098927b98df60937b1edfcc /tests | |
parent | 5ed3480a5e7280f65023a17ee1249ebc5cca5210 (diff) | |
download | libtasn1-ce5a9c37a668fb47223a5a3334ed1392a66c9cb3.tar.gz libtasn1-ce5a9c37a668fb47223a5a3334ed1392a66c9cb3.tar.bz2 libtasn1-ce5a9c37a668fb47223a5a3334ed1392a66c9cb3.zip |
Fix srcdir!=objdir.
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 201e971..de73c03 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -INCLUDES = -I../lib +INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl AM_LDFLAGS = -no-install LDADD = ../lib/libtasn1.la |