diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:57:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:57:34 +0200 |
commit | 8ac81197c8a85d49dd0703a9ae64438285a6ecf9 (patch) | |
tree | 42eb52ea10b5c352fefd55e10a77f8dbff779685 /src | |
parent | f46f4b19f4ca1df9c810fcbb1d01dc11cc390fc7 (diff) | |
download | knmap-8ac81197c8a85d49dd0703a9ae64438285a6ecf9.tar.gz knmap-8ac81197c8a85d49dd0703a9ae64438285a6ecf9.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-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 6b7d253..0ff077e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ knmap_SOURCES = main.cpp knmap.cpp mainwidget.cpp outputwidget.cpp \ tabwidgetptrlist.cpp tabwidgetdata.cpp scanwidget.cpp indexwidget.cpp scannamedialog.cpp \ scanstack.cpp scanmonitor.cpp scanmonitorevent.cpp nmapoutputbuffer.cpp knmap_LDFLAGS = $(TDE_RPATH) $(all_libraries) -knmap_LDADD = $(LIB_KIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +knmap_LDADD = $(LIB_TDEIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Internet |