README.md edited online with Bitbucket
[gdash.git] / music / Makefile.am
blob4bdd8eda798735099933bd19a688363cf04a5ada
1 ## Process this file with automake to produce Makefile.in
3 musicdata = \
4         bd1.ogg \
5         bd2.ogg
7 if SDL
8   musicdir = $(pkgdatadir)/music
9   music_DATA = $(musicdata)
10 endif
12 EXTRA_DIST = $(musicdata)