diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-04 22:59:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-04 22:59:53 +0000 |
commit | c8554ed8c29bbd676e1b48eb23c0ead827d8313f (patch) | |
tree | 8950641507bbbfd364eac37314f44eca1f818d64 /networkstatus/Makefile.am | |
parent | dc52555b35408bd4845bd3c819898eb70afa9e05 (diff) | |
download | tdelibs-c8554ed8c29bbd676e1b48eb23c0ead827d8313f.tar.gz tdelibs-c8554ed8c29bbd676e1b48eb23c0ead827d8313f.zip |
* [Re]added status indicator and interface from SuSE
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171725 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'networkstatus/Makefile.am')
-rw-r--r-- | networkstatus/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networkstatus/Makefile.am b/networkstatus/Makefile.am index c3b73f46f..e495f7910 100644 --- a/networkstatus/Makefile.am +++ b/networkstatus/Makefile.am @@ -13,7 +13,7 @@ libnetworkstatus_la_SOURCES = networkstatuscommon.cpp libconnectionmanager_la_LIBADD = $(LIB_KDECORE) libconnectionmanager_la_LDFLAGS = $(all_libraries) -libconnectionmanager_la_SOURCES = connectionmanager.cpp connectionmanager.skel clientiface.stub +libconnectionmanager_la_SOURCES = connectionmanager.cpp networkstatusindicator.cpp connectionmanager.skel clientiface.stub networkstatusiface.stub kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \ clientiface.skel serviceiface.skel network.cpp @@ -27,7 +27,7 @@ services_DATA = networkstatus.desktop noinst_HEADERS = serviceifaceimpl.h \ network.h clientifaceimpl.h testservice.h connectionmanager.h -include_HEADERS = serviceiface.h provideriface.h networkstatuscommon.h +include_HEADERS = serviceiface.h provideriface.h connectionmanager.h networkstatuscommon.h networkstatusindicator.h networkstatusiface.h bin_PROGRAMS = networkstatustestservice |