]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
Add an openbox.desktop file for the applications/ directory
[chaz/openbox] / Makefile.am
index 6a6f1754bc76e587c92bee60194c62981185f653..660b5ef5f6cbf2569fe2cc2f1d7ade226c84d757 100644 (file)
@@ -12,6 +12,7 @@ pubincludedir   = $(includedir)/openbox/@OB_VERSION@/openbox
 pixmapdir       = $(datadir)/pixmaps
 xsddir          = $(datadir)/openbox
 secretbindir    = $(libdir)/openbox
+appsdir         = $(datadir)/applications
 
 theme = Clearlooks
 
@@ -176,7 +177,6 @@ openbox_openbox_SOURCES = \
        openbox/actions/if.c \
        openbox/actions/kill.c \
        openbox/actions/layer.c \
-       openbox/actions/session.c \
        openbox/actions/lower.c \
        openbox/actions/maximize.c \
        openbox/actions/move.c \
@@ -415,6 +415,9 @@ nodist_pkgconfig_DATA = \
 
 ## data ##
 
+dist_apps_DATA = \
+       data/openbox.desktop
+
 dist_pixmap_DATA = \
        data/openbox.png
 
This page took 0.020662 seconds and 4 git commands to generate.