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 /kcron/Makefile.am | |
parent | 1ae2c87a2484933da4b3c1b7b342c4b08d2e29db (diff) | |
download | tdeadmin-d5e71b118ef627832c7444497293376c45a2185e.tar.gz tdeadmin-d5e71b118ef627832c7444497293376c45a2185e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kcron/Makefile.am')
-rw-r--r-- | kcron/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/Makefile.am b/kcron/Makefile.am index d6a90c6..e495b90 100644 --- a/kcron/Makefile.am +++ b/kcron/Makefile.am @@ -97,7 +97,7 @@ INCLUDES= $(all_includes) kcron_METASOURCES = AUTO -kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kcron.pot |