diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:03 +0200 |
commit | 3771a842be82c729e79a2728d2b39f901da2d865 (patch) | |
tree | 1745d38238389a00651e5bbfefde3662dcb50c54 /dcoppython/test | |
parent | 620f8b9f5d43eb28d25ead69e9fa52626bd91cd8 (diff) | |
download | tdebindings-3771a842be82c729e79a2728d2b39f901da2d865.tar.gz tdebindings-3771a842be82c729e79a2728d2b39f901da2d865.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'dcoppython/test')
-rw-r--r-- | dcoppython/test/dcopserver/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/dcopserver/Makefile.am b/dcoppython/test/dcopserver/Makefile.am index 79ee4f8d..94a1c857 100644 --- a/dcoppython/test/dcopserver/Makefile.am +++ b/dcoppython/test/dcopserver/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = kdedcoptest # the application source, library search path, and link libraries kdedcoptest_SOURCES = main.cpp kdedcoptest.cpp kdedcoptest_iface.skel mainclass.cpp -kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kdedcoptest_LDADD = $(LIB_TDEUI) # this is where the desktop file will go |