and add sounds dir to makefiles so we can dist.

devs/lucas/wip
Carsten Haitzler 11 years ago
parent 3e0435e4d1
commit cc5b3942fa
  1. 2
      .gitignore
  2. 1
      configure.ac
  3. 2
      data/themes/Makefile.am
  4. 8
      data/themes/sounds/Makefile.am

2
.gitignore vendored

@ -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

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

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

@ -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
Loading…
Cancel
Save