diff options
Diffstat (limited to 'networkstatus')
-rw-r--r-- | networkstatus/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networkstatus/Makefile.am b/networkstatus/Makefile.am index 310356258..d681c2470 100644 --- a/networkstatus/Makefile.am +++ b/networkstatus/Makefile.am @@ -18,7 +18,7 @@ libconnectionmanager_la_SOURCES = connectionmanager.cpp networkstatusindicator.c kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \ clientiface.skel serviceiface.skel network.cpp #kclientiface.skel serviceiface.skel -kded_networkstatus_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) ./libnetworkstatus.la +kded_networkstatus_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEIO) ./libnetworkstatus.la kded_networkstatus_la_LDFLAGS = $(all_libraries) -module -avoid-version servicesdir = $(kde_servicesdir)/kded |