and add sounds dir to makefiles so we can dist.

This commit is contained in:
Carsten Haitzler 2013-05-06 19:13:02 +09:00
parent 3e0435e4d1
commit cc5b3942fa
4 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@ -38,6 +38,8 @@
/data/themes/mustang.edj
/data/themes/images/Makefile
/data/themes/images/Makefile.in
/data/themes/sounds/Makefile
/data/themes/sounds/Makefile.in
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4

View File

@ -71,6 +71,7 @@ data/images/Makefile
data/fonts/Makefile
data/themes/Makefile
data/themes/images/Makefile
data/themes/sounds/Makefile
man/Makefile
])

View File

@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images
SUBDIRS = images sounds
EDJE_CC = @edje_cc@
EDJE_FLAGS_VERBOSE_ =

View File

@ -0,0 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
bell.wav \
kbd-tap2.wav \
kbd-tap3.wav \
kbd-tap4.wav \
kbd-tap5.wav \
kbd-tap.wav