diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:03:01 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:02:21 +0200 |
commit | 5cc26ceed345bb95cb1defab204b631cb79319de (patch) | |
tree | 9c80b1750fe99cb93f51a1724a6f32daa53f30fe /kbabel/datatools/Makefile.am | |
parent | 412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff) | |
download | tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kbabel/datatools/Makefile.am')
-rw-r--r-- | kbabel/datatools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/datatools/Makefile.am b/kbabel/datatools/Makefile.am index 45bd88b2..a82ce02c 100644 --- a/kbabel/datatools/Makefile.am +++ b/kbabel/datatools/Makefile.am @@ -17,7 +17,7 @@ INCLUDES = $(all_includes) # which sources should be compiled for kbabeldict #libkbabeltools_la_SOURCES = toolaction.cpp tdeactionselector.cpp toolselectionwidget.cpp -#libkbabeltools_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) +#libkbabeltools_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEIO) #libkbabeltools_la_LDFLAGS = $(all_libraries) -module -version-info 1:0:0 -no-undefined # these are the headers for your project |