summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a30767a..0214879 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,18 @@ SUBDIRS = \
stereo \
$(NULL)
+themedir = $(datadir)/sounds/freedesktop
+theme_DATA = index.theme
+
+THEME_IN_FILES = index.theme.in
+
+%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(IN
+TLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge
+-cache
+
EXTRA_DIST = \
README \
+ index.theme.in \
$(NULL)
DISTCLEANFILES = \