diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:48 +0200 |
commit | bdbc0ea90c852057ba8656081f951b10cf6c29fb (patch) | |
tree | 674a1e20be1b2d52ff7de6be3d98087ad8569db2 /kregexpeditor/test-without-dl | |
parent | 46cb83f8689f04b2fb92ec301bf38c62bae42dda (diff) | |
download | tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.tar.gz tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kregexpeditor/test-without-dl')
-rw-r--r-- | kregexpeditor/test-without-dl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/test-without-dl/Makefile.am b/kregexpeditor/test-without-dl/Makefile.am index 2162d09..e274a92 100644 --- a/kregexpeditor/test-without-dl/Makefile.am +++ b/kregexpeditor/test-without-dl/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = regexptest regexptest_SOURCES = main.cpp regexptest_LDFLAGS = $(all_libraries) -regexptest_LDADD = ../libkregexpeditorgui.la $(LIB_KSYCOCA) +regexptest_LDADD = ../libkregexpeditorgui.la $(LIB_TDESYCOCA) INCLUDES = $(all_includes) KDE_CXXFLAGS = -g |