summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-28 16:55:00 +0000
committerDana Jansens <danakj@orodu.net>2003-06-28 16:55:00 +0000
commit6d0d75cd352c87707b653038fa8555b53dfb3f8d (patch)
tree42737fcd0b4735f1218fc6f1b46eb170e361c031
parent527af7664ae257dfe9fc72ea4e4201f59f082f87 (diff)
add the makefiles for the themes' data dirs
-rw-r--r--themes/ebox_data/Makefile.am6
-rw-r--r--themes/fieron2_data/Makefile.am7
-rw-r--r--themes/fieron_data/Makefile.am7
3 files changed, 20 insertions, 0 deletions
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