repo.or.cz
/
gdash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README.md edited online with Bitbucket
[gdash.git]
/
music
/
Makefile.am
blob
4bdd8eda798735099933bd19a688363cf04a5ada
1
## Process this file with automake to produce Makefile.in
2
3
musicdata = \
4
bd1.ogg \
5
bd2.ogg
6
7
if SDL
8
musicdir = $(pkgdatadir)/music
9
music_DATA = $(musicdata)
10
endif
11
12
EXTRA_DIST = $(musicdata)