summaryrefslogtreecommitdiffstats
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-10-14 16:53:53 +0200
committerKarel Klic <kklic@redhat.com>2010-10-14 16:53:53 +0200
commit04fd9f5fcd10dc9bd22818490b5c91388728519c (patch)
treeef69bac7af45ce95f97dfa29a20448b67fa986f1 /tests/atlocal.in
parent8736445793d459e8acd5b5b13c6d786232406f48 (diff)
downloadabrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.tar.gz
abrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.tar.xz
abrt-04fd9f5fcd10dc9bd22818490b5c91388728519c.zip
btparser integration: fix tests
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 068214b2..2d148968 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -6,10 +6,10 @@ CC='@CC@'
LIBTOOL="$abs_top_builddir/libtool"
# We want no optimization.
-CFLAGS="@O0CFLAGS@ -I$abs_top_builddir -D_GNU_SOURCE"
+CFLAGS="@O0CFLAGS@ -I$abs_top_builddir/src/btparser -D_GNU_SOURCE"
# Are special link options needed?
-LDFLAGS="@LDFLAGS@ $abs_top_builddir/src/libbtparser.la"
+LDFLAGS="@LDFLAGS@ $abs_top_builddir/src/btparser/libbtparser.la"
# Are special libraries needed?
LIBS="@LIBS@"