diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:32 +0200 |
commit | e24c833060d16ca2ebf62e190c02749474526ff0 (patch) | |
tree | 2c9aaaf305cc10b345ee3fb2b8449dca6e3880af /kodo | |
parent | cb961158046e7aa9fe90d79c4e6066612a5be789 (diff) | |
download | tdetoys-e24c833060d16ca2ebf62e190c02749474526ff0.tar.gz tdetoys-e24c833060d16ca2ebf62e190c02749474526ff0.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kodo')
-rw-r--r-- | kodo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/Makefile.am b/kodo/Makefile.am index 83ffb06..9e1e1b1 100644 --- a/kodo/Makefile.am +++ b/kodo/Makefile.am @@ -7,7 +7,7 @@ kodo_SOURCES = main.cpp kodometer.cpp kimagenumber.cpp METASOURCES = AUTO # the library search path. -kodo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kodo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kodo_LDADD = $(LIB_TDEUI) messages: |