summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/parsers/autotools/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/parsers/autotools/tests/Makefile.am')
-rw-r--r--buildtools/lib/parsers/autotools/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/lib/parsers/autotools/tests/Makefile.am b/buildtools/lib/parsers/autotools/tests/Makefile.am
index 222a0482..30c67288 100644
--- a/buildtools/lib/parsers/autotools/tests/Makefile.am
+++ b/buildtools/lib/parsers/autotools/tests/Makefile.am
@@ -12,10 +12,10 @@ METASOURCES = AUTO
check_PROGRAMS = runner viewer
-runner_LDFLAGS = $(all_libraries) $(LIB_KDECORE) $(KDE_RPATH)
+runner_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
runner_SOURCES = runner.cpp
-viewer_LDFLAGS = $(all_libraries) $(LIB_KDECORE) $(KDE_RPATH)
+viewer_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
viewer_SOURCES = viewer.cpp viewer_main.cpp viewerbase.ui