]> Dogcows Code - chaz/openbox/commitdiff
install the openbox.png pixmap icon
authorDana Jansens <danakj@orodu.net>
Sun, 14 Sep 2003 21:10:16 +0000 (21:10 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 14 Sep 2003 21:10:16 +0000 (21:10 +0000)
Makefile.am

index cfe92200b20db2255bcc9012a1d78899642f9fa9..99d58b884e542c26714926ed49b5d573c4138c99 100644 (file)
@@ -6,6 +6,7 @@ rcdir           = $(datadir)/openbox
 desktopfilesdir = $(datadir)/gnome/wm-properties
 pkgconfigdir    = $(libdir)/pkgconfig
 pubincludedir   = $(includedir)/openbox/@OB_VERSION@/openbox
+pixmapdir       = $(datadir)/pixmaps
 
 theme = thebear
 
@@ -245,6 +246,9 @@ nodist_pkgconfig_DATA = \
 
 ## data ##
 
+dist_pixmap_DATA = \
+       data/openbox.png
+
 dist_rc_DATA = \
        data/rc.xml \
        data/menu.xml
This page took 0.022835 seconds and 4 git commands to generate.