From: Dana Jansens Date: Sat, 28 Jun 2003 16:55:00 +0000 (+0000) Subject: add the makefiles for the themes' data dirs X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=6d0d75cd352c87707b653038fa8555b53dfb3f8d add the makefiles for the themes' data dirs --- diff --git a/themes/ebox_data/Makefile.am b/themes/ebox_data/Makefile.am new file mode 100644 index 00000000..a200ef78 --- /dev/null +++ b/themes/ebox_data/Makefile.am @@ -0,0 +1,6 @@ +themedatadir=$(datadir)/openbox/themes/ebox_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm diff --git a/themes/fieron2_data/Makefile.am b/themes/fieron2_data/Makefile.am new file mode 100644 index 00000000..0e266c7d --- /dev/null +++ b/themes/fieron2_data/Makefile.am @@ -0,0 +1,7 @@ +themedatadir=$(datadir)/openbox/themes/fieron2_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm \ + stick.xbm diff --git a/themes/fieron_data/Makefile.am b/themes/fieron_data/Makefile.am new file mode 100644 index 00000000..6f2c887f --- /dev/null +++ b/themes/fieron_data/Makefile.am @@ -0,0 +1,7 @@ +themedatadir=$(datadir)/openbox/themes/fieron_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm \ + stick.xbm