diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:57:49 +0200 |
commit | d5e71b118ef627832c7444497293376c45a2185e (patch) | |
tree | d9cccfb704e2b1a94acbdb79cc04f93b106a0dcc /kdat/Makefile.am | |
parent | 1ae2c87a2484933da4b3c1b7b342c4b08d2e29db (diff) | |
download | tdeadmin-d5e71b118ef627832c7444497293376c45a2185e.tar.gz tdeadmin-d5e71b118ef627832c7444497293376c45a2185e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kdat/Makefile.am')
-rw-r--r-- | kdat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/Makefile.am b/kdat/Makefile.am index 5d01caa..7007e06 100644 --- a/kdat/Makefile.am +++ b/kdat/Makefile.am @@ -63,7 +63,7 @@ kdat_SOURCES = \ # the library search path -kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |