diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:35 +0200 |
commit | 0f0747b9d210177aaccf50f39279572f3577d5fa (patch) | |
tree | c1a1addb9a06870f76d2e0502b1a6a4fd027c29d /src/Makefile.am | |
parent | e7f587e0954d8546e3487b3a374ef53eabc9c762 (diff) | |
download | knutclient-0f0747b9d210177aaccf50f39279572f3577d5fa.tar.gz knutclient-0f0747b9d210177aaccf50f39279572f3577d5fa.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3efe904..0974671 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ knutclient_SOURCES = main.cpp knutclient.cpp knutmainwindow.cpp knutprefdlg.cpp knutnewupsdlg.cpp knutupsdata.cpp knutvardata.cpp knutnet.cpp knutfrontpanel.cpp \ knutpanelmeter.cpp knutdock.cpp knutprintupsvar.cpp knutinstcomms.cpp knutrwvar.cpp \ knutanalog.cpp knutmessagemanager.cpp knutmessage.cpp -knutclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +knutclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor knutclient_LDADD = $(LIB_TDEUI) # this is where the desktop file will go |