diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-02 12:21:06 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-02 12:21:06 -0500 |
commit | 6ee0977ed9d71ac82b9ddcb227d3bc6f523c5f44 (patch) | |
tree | ae1a2199ecec1390c53134235ab65c578d176839 /src/Makefile.am | |
parent | c7e78cd25a01d67b08b1642e423702c186333aee (diff) | |
download | knmap-6ee0977ed9d71ac82b9ddcb227d3bc6f523c5f44.tar.gz knmap-6ee0977ed9d71ac82b9ddcb227d3bc6f523c5f44.zip |
Update menu desktop file and move from Utilities to Internet.
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 10808a0..6b7d253 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,7 @@ knmap_LDFLAGS = $(TDE_RPATH) $(all_libraries) knmap_LDADD = $(LIB_KIO) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # this is where the desktop file will go -shelldesktopdir = $(kde_appsdir)/Utilities +shelldesktopdir = $(kde_appsdir)/Internet shelldesktop_DATA = knmap.desktop # this is where the shell's XML-GUI resource file goes |