diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:26:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:26:02 -0600 |
commit | b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8 (patch) | |
tree | 7077d592cabe16148af56a275ce3b612cfa68ef4 /libtdepim/tdepartsdesignerplugin | |
parent | c5bee2a602f3b6a9ca58c247df52b834ea50d0ed (diff) | |
download | tdepim-b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8.tar.gz tdepim-b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8.zip |
Fix up remaining references to -lkio
Diffstat (limited to 'libtdepim/tdepartsdesignerplugin')
-rw-r--r-- | libtdepim/tdepartsdesignerplugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tdepartsdesignerplugin/Makefile.am b/libtdepim/tdepartsdesignerplugin/Makefile.am index 24d32ca7d..bd3d5bf5f 100644 --- a/libtdepim/tdepartsdesignerplugin/Makefile.am +++ b/libtdepim/tdepartsdesignerplugin/Makefile.am @@ -3,6 +3,6 @@ METASOURCES = AUTO INCLUDES = $(all_includes) kde_widget_LTLIBRARIES = tdepartsdesignerplugin.la -tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -lkio +tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -ltdeio tdepartsdesignerplugin_la_LIBADD = $(LIB_KPARTS) tdepartsdesignerplugin_la_SOURCES = tdepartsdesignerplugin.cpp |