aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..62f78e2
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,7 @@
+imgs = hourglass-1.png hourglass-3.png hourglass-5.png hourglass-7.png \
+ hourglass-2.png hourglass-4.png hourglass-6.png hourglass-8.png
+
+EXTRA_DIST = $(imgs)
+
+pixmapsdir = $(datadir)/pixmaps
+pixmaps_DATA = $(imgs)