summaryrefslogtreecommitdiffstats
path: root/src/desktopfiles/Makefile.am
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 01:02:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 01:02:50 +0000
commitc66249b79aa9bfa0924494adcd5345b5b1244b0c (patch)
tree19a77c57cc41d8b522554fbde0c36d6f20d7dc7b /src/desktopfiles/Makefile.am
downloadgwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.tar.gz
gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.zip
Added old abandoned KDE3 version of gwenview
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1088034 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/desktopfiles/Makefile.am')
-rw-r--r--src/desktopfiles/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/desktopfiles/Makefile.am b/src/desktopfiles/Makefile.am
new file mode 100644
index 0000000..d36dea4
--- /dev/null
+++ b/src/desktopfiles/Makefile.am
@@ -0,0 +1,9 @@
+# this is where the kdelnk file will go
+xdg_apps_DATA = gwenview.desktop
+
+# file for konqueror integration
+konqservicedir = $(kde_datadir)/konqueror/servicemenus
+konqservice_DATA = konqgwenview.desktop
+
+
+EXTRA_DIST = $(xdg_apps_DATA) $(konqservice_DATA)