diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | data/themes/Makefile.am | 2 | ||||
-rw-r--r-- | data/themes/sounds/Makefile.am | 8 |
4 files changed, 12 insertions, 1 deletions
@@ -38,6 +38,8 @@ | |||
38 | /data/themes/mustang.edj | 38 | /data/themes/mustang.edj |
39 | /data/themes/images/Makefile | 39 | /data/themes/images/Makefile |
40 | /data/themes/images/Makefile.in | 40 | /data/themes/images/Makefile.in |
41 | /data/themes/sounds/Makefile | ||
42 | /data/themes/sounds/Makefile.in | ||
41 | /m4/libtool.m4 | 43 | /m4/libtool.m4 |
42 | /m4/ltoptions.m4 | 44 | /m4/ltoptions.m4 |
43 | /m4/ltsugar.m4 | 45 | /m4/ltsugar.m4 |
diff --git a/configure.ac b/configure.ac index eeb2e75..c3ccc49 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -71,6 +71,7 @@ data/images/Makefile | |||
71 | data/fonts/Makefile | 71 | data/fonts/Makefile |
72 | data/themes/Makefile | 72 | data/themes/Makefile |
73 | data/themes/images/Makefile | 73 | data/themes/images/Makefile |
74 | data/themes/sounds/Makefile | ||
74 | man/Makefile | 75 | man/Makefile |
75 | ]) | 76 | ]) |
76 | 77 | ||
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 91b5ff4..a9bf1b9 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | 1 | MAINTAINERCLEANFILES = Makefile.in |
2 | 2 | ||
3 | SUBDIRS = images | 3 | SUBDIRS = images sounds |
4 | 4 | ||
5 | EDJE_CC = @edje_cc@ | 5 | EDJE_CC = @edje_cc@ |
6 | EDJE_FLAGS_VERBOSE_ = | 6 | EDJE_FLAGS_VERBOSE_ = |
diff --git a/data/themes/sounds/Makefile.am b/data/themes/sounds/Makefile.am new file mode 100644 index 0000000..68a996f --- /dev/null +++ b/data/themes/sounds/Makefile.am | |||
@@ -0,0 +1,8 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | EXTRA_DIST = \ | ||
3 | bell.wav \ | ||
4 | kbd-tap2.wav \ | ||
5 | kbd-tap3.wav \ | ||
6 | kbd-tap4.wav \ | ||
7 | kbd-tap5.wav \ | ||
8 | kbd-tap.wav | ||