diff options
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cfe92200..99d58b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |
